You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .changes/2.30.2.json
+6
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,12 @@
37
37
"category": "AWS SDK for Java v2",
38
38
"contributor": "",
39
39
"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)"
Copy file name to clipboardexpand all lines: CHANGELOG.md
+4
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,10 @@
24
24
-### Features
25
25
- Correction of docs for "Added support for ml.trn1.32xlarge instance type in Reserved Capacity Offering"
26
26
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)
0 commit comments