AWS AmazonS3 documentation change
Summary
Updated documentation link for ETag and MD5 verification to point to new 'checking-object-integrity-upload.html' page
Security assessment
The change only updates a hyperlink reference to content about checksum verification. While checksums relate to data integrity, this is a routine documentation restructuring without evidence of addressing a specific security vulnerability.
Diff
diff --git a/AmazonS3/latest/userguide/conditional-writes.md b/AmazonS3/latest/userguide/conditional-writes.md index e5c5d2722..98016a41a 100644 --- a//AmazonS3/latest/userguide/conditional-writes.md +++ b//AmazonS3/latest/userguide/conditional-writes.md @@ -62 +62 @@ For information about the AWS CLI, see [What is the AWS Command Line Interface?] -An object's ETag is a string that's unique to the object and reflects a change to the object's content. You can use the `If-Match` header to compare the ETag value of an object in an Amazon S3 bucket with one that you provide during the `WRITE` operation. If the ETag values don't match, the operation fails. For more information about ETags, see [Using Content-MD5 and the ETag to verify uploaded objects](./checking-object-integrity.html#checking-object-integrity-etag-and-md5). +An object's ETag is a string that's unique to the object and reflects a change to the object's content. You can use the `If-Match` header to compare the ETag value of an object in an Amazon S3 bucket with one that you provide during the `WRITE` operation. If the ETag values don't match, the operation fails. For more information about ETags, see [Using Content-MD5 and the ETag to verify uploaded objects](./checking-object-integrity-upload.html#checking-object-integrity-etag-and-md5).