AWS AmazonS3 documentation change
Summary
Updated checksum algorithm documentation link to 'checking-object-integrity-upload.html'
Security assessment
Updates a documentation link for checksum algorithms without changing security guidance. No indication of security vulnerability remediation.
Diff
diff --git a/AmazonS3/latest/userguide/metadata-tables-schema.md b/AmazonS3/latest/userguide/metadata-tables-schema.md index b706ab616..bc36674da 100644 --- a//AmazonS3/latest/userguide/metadata-tables-schema.md +++ b//AmazonS3/latest/userguide/metadata-tables-schema.md @@ -65 +65 @@ 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.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-upload.html#using-additional-checksums).