Skip to content

Commit c2a589a

Browse files
authored
Merge pull request #3740 from aws/zoewang/addChangelogEntry
Add changelog entry
2 parents 5edb7e7 + 4605145 commit c2a589a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.changes/2.31.1.json

+6
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@
4343
"category": "AWS SDK for Java v2",
4444
"contributor": "",
4545
"description": "Updated endpoint and partition metadata."
46+
},
47+
{
48+
"type": "bugfix",
49+
"category": "Amazon S3",
50+
"contributor": "",
51+
"description": "Updated logic for S3MultiPartUpload. Part numbers are now assigned and incremented when parts are read."
4652
}
4753
]
4854
}

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
- Made DefaultSdkAutoConstructList and DefaultSdkAutoConstructMap serializable
1919
- Updated endpoint and partition metadata.
2020

21+
## __Amazon S3__
22+
- ### Bugfixes
23+
- Updated logic for S3MultiPartUpload. Part numbers are now assigned and incremented when parts are read.
24+
2125
## __Amazon Cognito Identity__
2226
- ### Features
2327
- Updated API model build artifacts for identity pools

0 commit comments

Comments
 (0)