AWS AmazonS3 documentation change
Summary
Clarified support for S3 Inventory reports with directory buckets when stored in general purpose buckets.
Security assessment
The change is operational in nature, addressing inventory report compatibility without security implications. No encryption, access control, or vulnerability-related content was modified.
Diff
diff --git a/AmazonS3/latest/userguide/directory-buckets-objects-Batch-Ops.md b/AmazonS3/latest/userguide/directory-buckets-objects-Batch-Ops.md index 5a4d7d77a..bed3f8418 100644 --- a//AmazonS3/latest/userguide/directory-buckets-objects-Batch-Ops.md +++ b//AmazonS3/latest/userguide/directory-buckets-objects-Batch-Ops.md @@ -60 +60 @@ S3 Bucket Keys aren't supported, when you copy SSE-KMS encrypted objects from ge - * Batch Operations can't specify a directory bucket as a location in an S3 Inventory report. Inventory reports don't support directory buckets. You can create a manifest file for objects within a directory bucket by using the `ListObjectsV2` API operation to list the objects. You can then insert the list in a CSV file. + * You can use S3 Inventory reports from directory buckets as a source for your manifest, as long as the inventory report is stored in a general purpose bucket. You can also create a manifest file for objects within a directory bucket by using the `ListObjectsV2` API operation to list the objects, and then insert the list in a CSV file.