AWS AmazonS3 documentation change
Summary
Updated checksum algorithm documentation link to 'checking-object-integrity-upload.html'
Security assessment
Changes a reference link for checksum algorithm documentation without modifying security content. No evidence of addressing a security vulnerability.
Diff
diff --git a/AmazonS3/latest/userguide/metadata-tables-inventory-schema.md b/AmazonS3/latest/userguide/metadata-tables-inventory-schema.md index fa3cb0191..b71faeb0d 100644 --- a//AmazonS3/latest/userguide/metadata-tables-inventory-schema.md +++ b//AmazonS3/latest/userguide/metadata-tables-inventory-schema.md @@ -61 +61 @@ 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 `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).