AWS Security ChangesHomeSearch

AWS AmazonS3 documentation change

Service: AmazonS3 · 2026-04-25 · Documentation low

File: AmazonS3/latest/userguide/metadata-tables-schema.md

Summary

Expanded the list of supported checksum algorithms in the metadata tables schema documentation to include MD5, XXHASH64, XXHASH3, XXHASH128, and SHA512.

Security assessment

This change adds documentation about additional checksum algorithms available for object integrity verification. While checksums are a security feature for data integrity, there's no evidence this change addresses a specific security vulnerability. It simply expands the list of supported algorithms.

Diff

diff --git a/AmazonS3/latest/userguide/metadata-tables-schema.md b/AmazonS3/latest/userguide/metadata-tables-schema.md
index 64b36428b..e3ae24e58 100644
--- a//AmazonS3/latest/userguide/metadata-tables-schema.md
+++ b//AmazonS3/latest/userguide/metadata-tables-schema.md
@@ -67 +67 @@ 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 `CRC64NVME`, `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 `CRC64NVME`, `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).