创建桶清单规则时,目标桶不在当前 Region。
桶清单规则中的目标桶不在当前 Region。
您在创建桶清单规则时,所填写的目标桶不在当前Region,例如目标桶 destination-bucket 在 cn-shanghai,然后在 cn-beijing 地域设置桶规则时,选择目标桶为 destination-bucket。
PUT /?inventory&id=report1 HTTP/1.1 Host: BucketName.tos-cn-beijing.volces.com Date: Mon, 31 Oct 2016 12:00:00 GMT Authorization: authorization string Content-Length: length { "InventoryConfiguration": { "Id": "id", "IsEnabled": "true", "Filter": { "Prefix": "prefix" }, "Destination": { "TOSBucketDestination": { "Format": "CSV", "AccountId": "2000000000000000", "Role": "TosArchiveTOSInventory", "Bucket": "destination-bucket", "Prefix": "prefix1" } }, "Schedule": { "Frequency": "Daily" }, "IncludedObjectVersions": "All", "OptionalFields": { "Field": [ "Size", "LastModifiedDate", "ETag", "StorageClass", "IsMultipartUploaded", "EncryptionStatus", "CRC64", "ReplicationStatus" ] } } }
请选择当前 Region 的桶作为目标桶。