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.24.0.json
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,18 @@
55
55
"category": "AWS SDK for Java v2",
56
56
"contributor": "",
57
57
"description": "Updated endpoint and partition metadata."
58
+
},
59
+
{
60
+
"type": "feature",
61
+
"category": "AWS SDK for Java v2",
62
+
"contributor": "",
63
+
"description": "Updated internal core logic for signing properties with non-default values to be codegen based instead of set at runtime."
64
+
},
65
+
{
66
+
"type": "feature",
67
+
"category": "Amazon S3",
68
+
"contributor": "",
69
+
"description": "Overriding signer properties for S3 through the deprecated non-public execution attributes in S3SignerExecutionAttribute no longer works with this release. The recommended approach is to use plugins in order to change these settings."
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@
32
32
## __AWS SDK for Java v2__
33
33
-### Features
34
34
- Updated endpoint and partition metadata.
35
+
- Updated internal core logic for signing properties with non-default values to be codegen based instead of set at runtime.
35
36
36
37
## __Amazon EC2 Container Service__
37
38
-### Features
@@ -42,6 +43,9 @@
42
43
- Overall documentation updates.
43
44
44
45
## __Amazon S3__
46
+
-### Features
47
+
- Overriding signer properties for S3 through the deprecated non-public execution attributes in S3SignerExecutionAttribute no longer works with this release. The recommended approach is to use plugins in order to change these settings.
48
+
45
49
-### Bugfixes
46
50
- Fix bug where PUT fails when using SSE-C with Checksum when using S3AsyncClient with multipart enabled. Enable CRC32 for putObject when using multipart client if checksum validation is not disabled and checksum is not set by user
0 commit comments