桶清单规则中清单报告导出周期(Schedule)配置不合法。
清单报告导出周期没有配置为Daily
和 Weekly
,而是配置了其他参数值。
您在设置桶清单规则时,清单报告导出周期(Schedule
)没有配置为Daily
和 Weekly
,配置了其他参数值。
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": "TwoDays" }, "IncludedObjectVersions": "All", "OptionalFields": { "Field": [ "Size", "LastModifiedDate", "ETag", "StorageClass", "IsMultipartUploaded", "EncryptionStatus", "CRC64", "ReplicationStatus" ] } }
请正确设置清单报告导出周期,目前仅支持Daily
和 Weekly
,具体内容,请参见 PutBucketInventory。