AWS AmazonS3 documentation change
Summary
Updated the checksum algorithm field description in inventory configuration to include newly supported algorithms (MD5, XXHash64, XXHash3, XXHash128, SHA-512).
Security assessment
This change updates inventory documentation to reflect expanded checksum algorithm support. While inventory data about checksums can help with integrity monitoring, there's no evidence this addresses a specific security vulnerability. The change adds documentation about security-related metadata but doesn't indicate a security issue was fixed.
Diff
diff --git a/AmazonS3/latest/userguide/configure-inventory.md b/AmazonS3/latest/userguide/configure-inventory.md index 7ee9a8441..c708b7a83 100644 --- a//AmazonS3/latest/userguide/configure-inventory.md +++ b//AmazonS3/latest/userguide/configure-inventory.md @@ -366 +366 @@ Both the AWS managed key (`aws/s3`) and your customer managed keys appear in the - * **Checksum algorithm** – Indicates the algorithm that is used to create the checksum for the object. For more information, see [Using supported checksum algorithms](./checking-object-integrity-upload.html#using-additional-checksums). + * **Checksum algorithm** – Indicates the algorithm that is used to create the checksum for the object. Supported values include `CRC64NVME`, `CRC32`, `CRC32C`, `SHA1`, `SHA256`, `MD5`, `XXHASH64`, `XXHASH3`, `XXHASH128`, and `SHA512`. For more information, see [Using supported checksum algorithms](./checking-object-integrity-upload.html#using-additional-checksums).