AWS Security ChangesHomeSearch

AWS AmazonS3 documentation change

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

File: AmazonS3/latest/userguide/checking-object-integrity-at-rest.md

Summary

Fixed URL formatting for Compute checksum operation documentation link

Security assessment

The change corrects a URL path by adding an extra slash. While checksum verification relates to data integrity, this documentation update does not introduce new security features or address vulnerabilities. The content describes existing functionality without security-specific changes.

Diff

diff --git a/AmazonS3/latest/userguide/checking-object-integrity-at-rest.md b/AmazonS3/latest/userguide/checking-object-integrity-at-rest.md
index 054c3004e..04a6bb3a1 100644
--- a//AmazonS3/latest/userguide/checking-object-integrity-at-rest.md
+++ b//AmazonS3/latest/userguide/checking-object-integrity-at-rest.md
@@ -9 +9 @@ Using supported checksum algorithmsUsing Compute checksum
-If you need to verify the content of datasets stored in Amazon S3, the S3 Batch Operations [Compute checksum](https://docs.aws.amazon.com/AmazonS3/latest/userguide/batch-ops-compute-checksums.html) operation calculates both full object or composite checksums for objects at rest. The **Compute checksum** operation uses Batch Operations to asynchronously calculate the checksum values for a group of objects and automatically generates a consolidated integrity report, without creating new copies of your data, or restoring or downloading any data.
+If you need to verify the content of datasets stored in Amazon S3, the S3 Batch Operations [Compute checksum](https://docs.aws.amazon.com//AmazonS3/latest/userguide/batch-ops-compute-checksums.html) operation calculates both full object or composite checksums for objects at rest. The **Compute checksum** operation uses Batch Operations to asynchronously calculate the checksum values for a group of objects and automatically generates a consolidated integrity report, without creating new copies of your data, or restoring or downloading any data.