AWS AmazonS3 documentation change
Summary
Updated checksum support table to mark SHA-1 and SHA-256 as supported for both columns
Security assessment
The change clarifies supported checksum algorithms for data integrity checks, which is a security feature, but there's no evidence of addressing a specific vulnerability.
Diff
diff --git a/AmazonS3/latest/userguide/checking-object-integrity.md index 1a4439236..9c039a172 100644 --- a/AmazonS3/latest/userguide/checking-object-integrity.md +++ b/AmazonS3/latest/userguide/checking-object-integrity.md @@ -108,2 +108,2 @@ CRC-32C (`CRC32C`) | Yes | Yes -SHA-1 (`SHA1`) | No | Yes -SHA-256 (`SHA256`) | No | Yes +SHA-1 (`SHA1`) | Yes | Yes +SHA-256 (`SHA256`) | Yes | Yes