桶清单规则中目标桶相关配置为空。
创建桶清单规则时,目标桶的相关配置为空。
您在设置桶清单规则时,未填写目标桶的的相关内容(Destination)。
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" }, "Schedule": { "Frequency": "Daily" }, "IncludedObjectVersions": "All", "OptionalFields": { "Field": [ "Size", "LastModifiedDate", "ETag", "StorageClass", "IsMultipartUploaded", "EncryptionStatus", "CRC64", "ReplicationStatus", ] } } }
请正确设置桶清单规则,具体内容,请参见 PutBucketInventory。