Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit f9c0322

Browse files
authored
Add pending change PRs to changelog
Adds #2453 and #2451 to pending changlog.
1 parent 7266426 commit f9c0322

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG_PENDING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
### SDK Features
2+
* `service/s3/s3manager`: Update S3 Upload Multipart location ([#2453](https://github.com/aws/aws-sdk-go/pull/2453))
3+
* Updates the Location returned value of S3 Upload's Multipart UploadOutput type to be consistent with single part upload URL. This update also brings the multipart upload Location inline with the S3 object URLs created by the SDK
4+
* Fix [#1385](https://github.com/aws/aws-sdk-go/issues/1385)
25

36
### SDK Enhancements
7+
* `service/s3`: Update BucketRegionError message to include more information ([#2451](https://github.com/aws/aws-sdk-go/pull/2451))
8+
* Updates the BucketRegionError error message to include information about the endpoint and actual region the bucket is in if known. This error message is created by the SDK, but could produce a confusing error message if the user provided a region that doesn't match the endpoint.
9+
* Fix [#2426](https://github.com/aws/aws-sdk-go/pull/2451)
410

511
### SDK Bugs

0 commit comments

Comments
 (0)