Skip to content

Commit 966fa6c

Browse files
author
awstools
committed
Updates SDK to v2.1692.0
1 parent 5d0e38a commit 966fa6c

13 files changed

+889
-581
lines changed

.changes/2.1692.0.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "S3",
5+
"description": "Add support for the new optional bucket-region and prefix query parameters in the ListBuckets API. For ListBuckets requests that express pagination, Amazon S3 will now return both the bucket names and associated AWS regions in the response."
6+
}
7+
]

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1691.0-->
2+
<!--LATEST=2.1692.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1692.0
6+
* feature: S3: Add support for the new optional bucket-region and prefix query parameters in the ListBuckets API. For ListBuckets requests that express pagination, Amazon S3 will now return both the bucket names and associated AWS regions in the response.
7+
58
## 2.1691.0
69
* feature: QApps: Adds UpdateLibraryItemMetadata api to change status of app for admin verification feature and returns isVerified field in any api returning the app or library item.
710
* feature: Support: Update maintenance mode message to indicate it has entered maintenance mode

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
5858
To use the SDK in the browser, simply add the following script tag to your
5959
HTML pages:
6060

61-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1691.0.min.js"></script>
61+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1692.0.min.js"></script>
6262

6363
You can also build a custom browser SDK with your specified set of AWS services.
6464
This can allow you to reduce the SDK's size, specify different API versions of

0 commit comments

Comments
 (0)