Skip to content

Commit fac0506

Browse files
authored
Backfill changelog (#5811)
1 parent d8e5923 commit fac0506

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.changes/2.30.2.json

+6
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@
3737
"category": "AWS SDK for Java v2",
3838
"contributor": "",
3939
"description": "Updated endpoint and partition metadata."
40+
},
41+
{
42+
"type": "bugfix",
43+
"category": "Amazon Simple Storage Service",
44+
"contributor": "",
45+
"description": "Fixed contentLength mismatch issue thrown from putObject when multipartEnabled is true and a contentLength is provided in PutObjectRequest. See [#5807](https://github.com/aws/aws-sdk-java-v2/issues/5807)"
4046
}
4147
]
4248
}

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
- ### Features
2525
- Correction of docs for "Added support for ml.trn1.32xlarge instance type in Reserved Capacity Offering"
2626

27+
## __Amazon Simple Storage Service__
28+
- ### Bugfixes
29+
- Fixed contentLength mismatch issue thrown from putObject when multipartEnabled is true and a contentLength is provided in PutObjectRequest. See [#5807](https://github.com/aws/aws-sdk-java-v2/issues/5807)
30+
2731
# __2.30.1__ __2025-01-16__
2832
## __AWS SDK for Java v2__
2933
- ### Features

0 commit comments

Comments
 (0)