Skip to content

Commit fd9630a

Browse files
authored
Backfill changelog entry (#5799)
1 parent 0be4bb5 commit fd9630a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.changes/2.30.0.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@
3838
"contributor": "",
3939
"description": "This release introduces a new recommendation in Virtual Deliverability Manager Advisor, which detects elevated complaint rates for customer sending identities."
4040
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Simple Storage Service",
44+
"contributor": "",
45+
"description": "S3 client behavior is updated to always calculate a checksum by default for operations that support it (such as PutObject or UploadPart), or require it (such as DeleteObjects). The checksum algorithm used by default is CRC32. The S3 client attempts to validate response checksums for all S3 API operations that support checksums. However, if the SDK has not implemented the specified checksum algorithm then this validation is skipped. See [Dev Guide](https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/s3-checksums.html) for more information"
46+
},
4147
{
4248
"type": "feature",
4349
"category": "Amazon Simple Storage Service",

.changes/next-release/feature-AmazonS3-c101d4d.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
## __Amazon Simple Storage Service__
2828
- ### Features
2929
- This change enhances integrity protections for new SDK requests to S3. S3 SDKs now support the CRC64NVME checksum algorithm, full object checksums for multipart S3 objects, and new default integrity protections for S3 requests.
30-
30+
- S3 client behavior is updated to always calculate a checksum by default for operations that support it (such as PutObject or UploadPart), or require it (such as DeleteObjects). The checksum algorithm used by default is CRC32. The S3 client attempts to validate response checksums for all S3 API operations that support checksums. However, if the SDK has not implemented the specified checksum algorithm then this validation is skipped. See [Dev Guide](https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/s3-checksums.html) for more information
3131
## __Amazon WorkSpaces__
3232
- ### Features
3333
- Added GeneralPurpose.4xlarge & GeneralPurpose.8xlarge ComputeTypes.

0 commit comments

Comments
 (0)