Skip to content

Commit a8ad9c7

Browse files
author
awstools
committed
Publish v3.820.0
1 parent 5d8aaf7 commit a8ad9c7

File tree

37 files changed

+210
-19
lines changed

37 files changed

+210
-19
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.820.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.819.0...v3.820.0) (2025-05-29)
7+
8+
9+
### Features
10+
11+
* **client-amplify:** Add support for customizable build instance sizes. CreateApp and UpdateApp operations now accept a new JobConfig parameter composed of BuildComputeType. ([092c952](https://github.com/aws/aws-sdk-js-v3/commit/092c95293b787e8f054e961a0117b9ab234873e9))
12+
* **client-auto-scaling:** Add support for "apple" CpuManufacturer in ABIS ([5d8aaf7](https://github.com/aws/aws-sdk-js-v3/commit/5d8aaf7a7c8339c569f1115771def6a4518df6d0))
13+
* **client-bcm-pricing-calculator:** Add AFTER_DISCOUNTS_AND_COMMITMENTS to Workload Estimate Rate Type. Set ListWorkLoadEstimateUsage maxResults range to minimum of 0 and maximum of 300. ([1e8cdb0](https://github.com/aws/aws-sdk-js-v3/commit/1e8cdb0c5198320fdcdf95bdb823175da2d6ddc1))
14+
* **client-cloudtrail:** CloudTrail Feature Release: Support for Enriched Events with Configurable Context for Event Data Store ([cd1e9a0](https://github.com/aws/aws-sdk-js-v3/commit/cd1e9a084d28fffdc648d529b9a407de62655127))
15+
* **client-connect:** Amazon Connect Service Feature: Email Recipient Limit Increase ([f3932ee](https://github.com/aws/aws-sdk-js-v3/commit/f3932ee086993cdb6d768323e52c7ef3fe7731ec))
16+
* **client-dataexchange:** This release adds Tag support for Event Action resource, through which customers can create event actions with Tags and retrieve event actions with Tags. ([0e347c5](https://github.com/aws/aws-sdk-js-v3/commit/0e347c5c0916e9f50e45e5d90da756bb64115a77))
17+
* **client-datasync:** AgentArns field is made optional for Object Storage and Azure Blob location create requests. Location credentials are now managed via Secrets Manager, and may be encrypted with service managed or customer managed keys. Authentication is now optional for Azure Blob locations. ([2e6785c](https://github.com/aws/aws-sdk-js-v3/commit/2e6785ce3846fc3ebeca77769191ce70f5134577))
18+
* **client-fsx:** FSx API changes to support the public launch of new Intelligent Tiering storage class on Amazon FSx for Lustre ([92e6ce0](https://github.com/aws/aws-sdk-js-v3/commit/92e6ce03b9a218877edcddd0fe5565756b639bd1))
19+
* **client-ivs-realtime:** IVS Real-Time now offers customers the participant replication that allow customers to copy a participant from one stage to another. ([ae07662](https://github.com/aws/aws-sdk-js-v3/commit/ae076622987ed875d2fa5e2dc152042ec8897107))
20+
* **client-mwaa:** Amazon MWAA now lets you choose a worker replacement strategy when updating an environment. This release adds two worker replacement strategies: FORCED (default), which stops workers immediately, and GRACEFUL, which allows workers to finish current tasks before shutting down. ([3ccfc39](https://github.com/aws/aws-sdk-js-v3/commit/3ccfc39ed3b7ddf2fb5b109a0fe4b7bdd9d2da16))
21+
* **client-s3:** Adding checksum support for S3 PutBucketOwnershipControls API. ([542663c](https://github.com/aws/aws-sdk-js-v3/commit/542663c4d784834ba1067293b804c78fcdd08ba4))
22+
* **client-sagemaker:** Add maintenance status field to DescribeMlflowTrackingServer API response ([3ed9c12](https://github.com/aws/aws-sdk-js-v3/commit/3ed9c12976cf6f0dc86aad8c0d2660a4aee578fd))
23+
24+
25+
26+
27+
628
# [3.819.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.818.0...v3.819.0) (2025-05-28)
729

830

benchmark/size/report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
|@aws-sdk/node-http-handler|3.370.0|14.4 KB|N/A|N/A|N/A|
5151
|@aws-sdk/polly-request-presigner|3.495.0|23.3 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
5252
|@aws-sdk/s3-presigned-post|3.496.0|27.4 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
53-
|@aws-sdk/s3-request-presigner|3.816.0|31.6 KB|✅(5.88.2)|✅(3.26.3)|✅(0.25.1)|
53+
|@aws-sdk/s3-request-presigner|3.817.0|31.6 KB|✅(5.88.2)|✅(3.26.3)|✅(0.25.1)|
5454
|@aws-sdk/signature-v4|3.370.0|14.4 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
5555
|@aws-sdk/signature-v4-crt|3.812.0|54.5 KB|N/A|N/A|N/A|
5656
|@aws-sdk/smithy-client|3.370.0|18.8 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|

clients/client-amplify/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.820.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.819.0...v3.820.0) (2025-05-29)
7+
8+
9+
### Features
10+
11+
* **client-amplify:** Add support for customizable build instance sizes. CreateApp and UpdateApp operations now accept a new JobConfig parameter composed of BuildComputeType. ([092c952](https://github.com/aws/aws-sdk-js-v3/commit/092c95293b787e8f054e961a0117b9ab234873e9))
12+
13+
14+
15+
16+
617
# [3.817.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.816.0...v3.817.0) (2025-05-23)
718

819
**Note:** Version bump only for package @aws-sdk/client-amplify

clients/client-amplify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-amplify",
33
"description": "AWS SDK for JavaScript Amplify Client for Node.js, Browser and React Native",
4-
"version": "3.817.0",
4+
"version": "3.820.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-amplify",

clients/client-auto-scaling/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.820.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.819.0...v3.820.0) (2025-05-29)
7+
8+
9+
### Features
10+
11+
* **client-auto-scaling:** Add support for "apple" CpuManufacturer in ABIS ([5d8aaf7](https://github.com/aws/aws-sdk-js-v3/commit/5d8aaf7a7c8339c569f1115771def6a4518df6d0))
12+
13+
14+
15+
16+
617
# [3.817.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.816.0...v3.817.0) (2025-05-23)
718

819
**Note:** Version bump only for package @aws-sdk/client-auto-scaling

clients/client-auto-scaling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-auto-scaling",
33
"description": "AWS SDK for JavaScript Auto Scaling Client for Node.js, Browser and React Native",
4-
"version": "3.817.0",
4+
"version": "3.820.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-auto-scaling",

clients/client-bcm-pricing-calculator/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.820.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.819.0...v3.820.0) (2025-05-29)
7+
8+
9+
### Features
10+
11+
* **client-bcm-pricing-calculator:** Add AFTER_DISCOUNTS_AND_COMMITMENTS to Workload Estimate Rate Type. Set ListWorkLoadEstimateUsage maxResults range to minimum of 0 and maximum of 300. ([1e8cdb0](https://github.com/aws/aws-sdk-js-v3/commit/1e8cdb0c5198320fdcdf95bdb823175da2d6ddc1))
12+
13+
14+
15+
16+
617
# [3.817.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.816.0...v3.817.0) (2025-05-23)
718

819
**Note:** Version bump only for package @aws-sdk/client-bcm-pricing-calculator

clients/client-bcm-pricing-calculator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-bcm-pricing-calculator",
33
"description": "AWS SDK for JavaScript Bcm Pricing Calculator Client for Node.js, Browser and React Native",
4-
"version": "3.817.0",
4+
"version": "3.820.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-cloudtrail/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.820.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.819.0...v3.820.0) (2025-05-29)
7+
8+
9+
### Features
10+
11+
* **client-cloudtrail:** CloudTrail Feature Release: Support for Enriched Events with Configurable Context for Event Data Store ([cd1e9a0](https://github.com/aws/aws-sdk-js-v3/commit/cd1e9a084d28fffdc648d529b9a407de62655127))
12+
13+
14+
15+
16+
617
# [3.817.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.816.0...v3.817.0) (2025-05-23)
718

819
**Note:** Version bump only for package @aws-sdk/client-cloudtrail

clients/client-cloudtrail/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-cloudtrail",
33
"description": "AWS SDK for JavaScript Cloudtrail Client for Node.js, Browser and React Native",
4-
"version": "3.817.0",
4+
"version": "3.820.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-cloudtrail",

clients/client-dataexchange/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.820.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.819.0...v3.820.0) (2025-05-29)
7+
8+
9+
### Features
10+
11+
* **client-dataexchange:** This release adds Tag support for Event Action resource, through which customers can create event actions with Tags and retrieve event actions with Tags. ([0e347c5](https://github.com/aws/aws-sdk-js-v3/commit/0e347c5c0916e9f50e45e5d90da756bb64115a77))
12+
13+
14+
15+
16+
617
# [3.817.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.816.0...v3.817.0) (2025-05-23)
718

819
**Note:** Version bump only for package @aws-sdk/client-dataexchange

clients/client-dataexchange/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-dataexchange",
33
"description": "AWS SDK for JavaScript Dataexchange Client for Node.js, Browser and React Native",
4-
"version": "3.817.0",
4+
"version": "3.820.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-dataexchange",

clients/client-datasync/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.820.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.819.0...v3.820.0) (2025-05-29)
7+
8+
9+
### Features
10+
11+
* **client-datasync:** AgentArns field is made optional for Object Storage and Azure Blob location create requests. Location credentials are now managed via Secrets Manager, and may be encrypted with service managed or customer managed keys. Authentication is now optional for Azure Blob locations. ([2e6785c](https://github.com/aws/aws-sdk-js-v3/commit/2e6785ce3846fc3ebeca77769191ce70f5134577))
12+
13+
14+
15+
16+
617
# [3.817.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.816.0...v3.817.0) (2025-05-23)
718

819
**Note:** Version bump only for package @aws-sdk/client-datasync

clients/client-datasync/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-datasync",
33
"description": "AWS SDK for JavaScript Datasync Client for Node.js, Browser and React Native",
4-
"version": "3.817.0",
4+
"version": "3.820.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-datasync",

clients/client-fsx/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.820.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.819.0...v3.820.0) (2025-05-29)
7+
8+
9+
### Features
10+
11+
* **client-fsx:** FSx API changes to support the public launch of new Intelligent Tiering storage class on Amazon FSx for Lustre ([92e6ce0](https://github.com/aws/aws-sdk-js-v3/commit/92e6ce03b9a218877edcddd0fe5565756b639bd1))
12+
13+
14+
15+
16+
617
# [3.817.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.816.0...v3.817.0) (2025-05-23)
718

819
**Note:** Version bump only for package @aws-sdk/client-fsx

clients/client-fsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-fsx",
33
"description": "AWS SDK for JavaScript Fsx Client for Node.js, Browser and React Native",
4-
"version": "3.817.0",
4+
"version": "3.820.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-fsx",

clients/client-ivs-realtime/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.820.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.819.0...v3.820.0) (2025-05-29)
7+
8+
9+
### Features
10+
11+
* **client-ivs-realtime:** IVS Real-Time now offers customers the participant replication that allow customers to copy a participant from one stage to another. ([ae07662](https://github.com/aws/aws-sdk-js-v3/commit/ae076622987ed875d2fa5e2dc152042ec8897107))
12+
13+
14+
15+
16+
617
# [3.817.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.816.0...v3.817.0) (2025-05-23)
718

819
**Note:** Version bump only for package @aws-sdk/client-ivs-realtime

clients/client-ivs-realtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-ivs-realtime",
33
"description": "AWS SDK for JavaScript Ivs Realtime Client for Node.js, Browser and React Native",
4-
"version": "3.817.0",
4+
"version": "3.820.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-ivs-realtime",

clients/client-mwaa/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.820.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.819.0...v3.820.0) (2025-05-29)
7+
8+
9+
### Features
10+
11+
* **client-mwaa:** Amazon MWAA now lets you choose a worker replacement strategy when updating an environment. This release adds two worker replacement strategies: FORCED (default), which stops workers immediately, and GRACEFUL, which allows workers to finish current tasks before shutting down. ([3ccfc39](https://github.com/aws/aws-sdk-js-v3/commit/3ccfc39ed3b7ddf2fb5b109a0fe4b7bdd9d2da16))
12+
13+
14+
15+
16+
617
# [3.817.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.816.0...v3.817.0) (2025-05-23)
718

819
**Note:** Version bump only for package @aws-sdk/client-mwaa

clients/client-mwaa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-mwaa",
33
"description": "AWS SDK for JavaScript Mwaa Client for Node.js, Browser and React Native",
4-
"version": "3.817.0",
4+
"version": "3.820.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-mwaa",

clients/client-s3/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.820.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.819.0...v3.820.0) (2025-05-29)
7+
8+
9+
### Features
10+
11+
* **client-s3:** Adding checksum support for S3 PutBucketOwnershipControls API. ([542663c](https://github.com/aws/aws-sdk-js-v3/commit/542663c4d784834ba1067293b804c78fcdd08ba4))
12+
13+
14+
15+
16+
617
# [3.817.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.816.0...v3.817.0) (2025-05-23)
718

819
**Note:** Version bump only for package @aws-sdk/client-s3

clients/client-s3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-s3",
33
"description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
4-
"version": "3.817.0",
4+
"version": "3.820.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-s3",

clients/client-sagemaker/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.820.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.819.0...v3.820.0) (2025-05-29)
7+
8+
9+
### Features
10+
11+
* **client-sagemaker:** Add maintenance status field to DescribeMlflowTrackingServer API response ([3ed9c12](https://github.com/aws/aws-sdk-js-v3/commit/3ed9c12976cf6f0dc86aad8c0d2660a4aee578fd))
12+
13+
14+
15+
16+
617
# [3.817.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.816.0...v3.817.0) (2025-05-23)
718

819
**Note:** Version bump only for package @aws-sdk/client-sagemaker

clients/client-sagemaker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-sagemaker",
33
"description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
4-
"version": "3.817.0",
4+
"version": "3.820.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-sagemaker",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.819.0",
2+
"version": "3.820.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

lib/lib-storage/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.820.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.819.0...v3.820.0) (2025-05-29)
7+
8+
**Note:** Version bump only for package @aws-sdk/lib-storage
9+
10+
11+
12+
13+
614
# [3.817.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.816.0...v3.817.0) (2025-05-23)
715

816
**Note:** Version bump only for package @aws-sdk/lib-storage

lib/lib-storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/lib-storage",
3-
"version": "3.817.0",
3+
"version": "3.820.0",
44
"description": "Storage higher order operation",
55
"main": "./dist-cjs/index.js",
66
"module": "./dist-es/index.js",

packages/s3-presigned-post/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.820.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.819.0...v3.820.0) (2025-05-29)
7+
8+
**Note:** Version bump only for package @aws-sdk/s3-presigned-post
9+
10+
11+
12+
13+
614
# [3.817.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.816.0...v3.817.0) (2025-05-23)
715

816
**Note:** Version bump only for package @aws-sdk/s3-presigned-post

packages/s3-presigned-post/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/s3-presigned-post",
3-
"version": "3.817.0",
3+
"version": "3.820.0",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
66
"build:cjs": "node ../../scripts/compilation/inline s3-presigned-post",

0 commit comments

Comments
 (0)