Skip to content

Commit 0ea1cbd

Browse files
author
awstools
committed
Updates SDK to v2.885.0
1 parent 16905c1 commit 0ea1cbd

16 files changed

+655
-374
lines changed

.changes/2.885.0.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CodeBuild",
5+
"description": "AWS CodeBuild now allows you to set the access permissions for build artifacts, project artifacts, and log files that are uploaded to an Amazon S3 bucket that is owned by another account."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "FSx",
10+
"description": "Support for cross-region and cross-account backup copies"
11+
}
12+
]

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.884.0-->
2+
<!--LATEST=2.885.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.885.0
6+
* feature: CodeBuild: AWS CodeBuild now allows you to set the access permissions for build artifacts, project artifacts, and log files that are uploaded to an Amazon S3 bucket that is owned by another account.
7+
* feature: FSx: Support for cross-region and cross-account backup copies
8+
59
## 2.884.0
610
* feature: EC2: Add paginator support to DescribeStoreImageTasks and update documentation.
711
* feature: Redshift: Add support for case sensitive table level restore

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.884.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.885.0.min.js"></script>
3333

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

0 commit comments

Comments
 (0)