AWS AmazonS3 documentation change
Summary
Updated the checksum_algorithm field in inventory schema documentation to include newly supported algorithms (MD5, XXHash64, XXHash3, XXHash128, SHA-512).
Security assessment
This change updates the inventory schema documentation to include new checksum algorithms. While checksum information in inventory can support integrity verification processes, there's no evidence this addresses a specific security vulnerability. The change adds documentation about security-related metadata fields but doesn't indicate a security issue was fixed.
Diff
diff --git a/AmazonS3/latest/userguide/metadata-tables-inventory-schema.md b/AmazonS3/latest/userguide/metadata-tables-inventory-schema.md index 149d4d7b1..632c5f56d 100644 --- a//AmazonS3/latest/userguide/metadata-tables-inventory-schema.md +++ b//AmazonS3/latest/userguide/metadata-tables-inventory-schema.md @@ -63 +63 @@ If a row represents an object version that no longer existed at the time that a -`checksum_algorithm` | No | String | The algorithm that’s used to create the checksum for the object, one of `CRC64-NVME`, `CRC32`, `CRC32C`, `SHA1`, or `SHA256`. If no checksum is present, this value is null. For more information, see [Using supported checksum algorithms](./checking-object-integrity-upload.html#using-additional-checksums). +`checksum_algorithm` | No | String | The algorithm that’s used to create the checksum for the object, one of `CRC64-NVME`, `CRC32`, `CRC32C`, `SHA1`, `SHA256`, `MD5`, `XXHASH64`, `XXHASH3`, `XXHASH128`, or `SHA512`. If no checksum is present, this value is null. For more information, see [Using supported checksum algorithms](./checking-object-integrity-upload.html#using-additional-checksums).