AWS Security ChangesHomeSearch

AWS AmazonS3 documentation change

Service: AmazonS3 · 2025-06-22 · Documentation low

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

Summary

Corrected checksum algorithm value from 'CRC64-NVME' to 'CRC64NVME' in documentation table.

Security assessment

The change fixes a typo in the algorithm name but does not address a security vulnerability or introduce security-related content.

Diff

diff --git a/AmazonS3/latest/userguide/metadata-tables-schema.md b/AmazonS3/latest/userguide/metadata-tables-schema.md
index 39a5707a3..2d1c273cc 100644
--- a//AmazonS3/latest/userguide/metadata-tables-schema.md
+++ b//AmazonS3/latest/userguide/metadata-tables-schema.md
@@ -46 +46 @@ 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.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`, or `SHA256`. If no checksum is present, this value is null. For more information, see [Using supported checksum algorithms](./checking-object-integrity.html#using-additional-checksums).