Skip to content

Commit

Permalink
Publish v3.688.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 8, 2024
1 parent 175111a commit b2fb10a
Show file tree
Hide file tree
Showing 37 changed files with 206 additions and 19 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.688.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.687.0...v3.688.0) (2024-11-08)


### Features

* **client-batch:** This feature allows override LaunchTemplates to be specified in an AWS Batch Compute Environment. ([bf10da9](https://github.com/aws/aws-sdk-js-v3/commit/bf10da9ab7e12423e05450c3b938e5102fbbe88c))
* **client-bedrock-agent-runtime:** This release adds trace functionality to Bedrock Prompt Flows ([bc89971](https://github.com/aws/aws-sdk-js-v3/commit/bc8997185262078a5b7038122d63b4f72e74e57c))
* **client-chime-sdk-media-pipelines:** Added support for Media Capture Pipeline and Media Concatenation Pipeline for customer managed server side encryption. Now Media Capture Pipeline can use IAM sink role to get access to KMS key and encrypt/decrypt recorded artifacts. KMS key ID can also be supplied with encryption context. ([88e1c21](https://github.com/aws/aws-sdk-js-v3/commit/88e1c217d5db6310c42466cb98b79dda519a37eb))
* **client-controlcatalog:** AWS Control Catalog GetControl public API returns additional data in output, including Implementation and Parameters ([43e848f](https://github.com/aws/aws-sdk-js-v3/commit/43e848f37d1b5ecd344c1506204a225773cee3ee))
* **client-eks:** Adds new error code `Ec2InstanceTypeDoesNotExist` for Amazon EKS managed node groups ([84db913](https://github.com/aws/aws-sdk-js-v3/commit/84db913d62a462614e4f895351746c166bd31962))
* **client-firehose:** Amazon Data Firehose / Features : Adds support for a new DeliveryStreamType, DatabaseAsSource. DatabaseAsSource hoses allow customers to stream CDC events from their RDS and Amazon EC2 hosted databases, running MySQL and PostgreSQL database engines, to Iceberg Table destinations. ([9933561](https://github.com/aws/aws-sdk-js-v3/commit/993356150b9ad067a87cc1bbf219a700582e6e8f))
* **client-lambda:** This release adds support for using AWS KMS customer managed keys to encrypt AWS Lambda .zip deployment packages. ([0c470f6](https://github.com/aws/aws-sdk-js-v3/commit/0c470f6e777f94f3df52660226f58ff94a1a2835))
* **client-pinpoint-sms-voice-v2:** Added the RequiresAuthenticationTimestamp field to the RegistrationVersionStatusHistory data type. ([90f0be2](https://github.com/aws/aws-sdk-js-v3/commit/90f0be2f0a7156cbb8fac3da2869e20da4328f16))
* **client-qbusiness:** Adds S3 path option to pass group member list for PutGroup API. ([a0824b3](https://github.com/aws/aws-sdk-js-v3/commit/a0824b3db9ab0b24ba90c8f3c41a9ce60f43ce3b))
* **clients:** update client endpoints as of 2024-11-08 ([175111a](https://github.com/aws/aws-sdk-js-v3/commit/175111af18dff2d36437f6c64e0f3255f0470fe5))
* **middleware-flexible-checksums:** use Node.js native CRC32 checksum API ([#6641](https://github.com/aws/aws-sdk-js-v3/issues/6641)) ([6a48760](https://github.com/aws/aws-sdk-js-v3/commit/6a48760ced7fb088d4989ec138b55210181c267f))





# [3.687.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.686.0...v3.687.0) (2024-11-07)


Expand Down
2 changes: 1 addition & 1 deletion benchmark/size/report.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
|@aws-sdk/node-http-handler|3.370.0|14.4 KB|N/A|N/A|N/A|
|@aws-sdk/polly-request-presigner|3.495.0|23.3 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/s3-presigned-post|3.496.0|27.4 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/s3-request-presigner|3.686.0|31.8 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/s3-request-presigner|3.687.0|31.8 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/signature-v4|3.370.0|14.4 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/signature-v4-crt|3.686.0|54.5 KB|N/A|N/A|N/A|
|@aws-sdk/smithy-client|3.370.0|18.8 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
Expand Down
11 changes: 11 additions & 0 deletions clients/client-batch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.688.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.687.0...v3.688.0) (2024-11-08)


### Features

* **client-batch:** This feature allows override LaunchTemplates to be specified in an AWS Batch Compute Environment. ([bf10da9](https://github.com/aws/aws-sdk-js-v3/commit/bf10da9ab7e12423e05450c3b938e5102fbbe88c))





# [3.687.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.686.0...v3.687.0) (2024-11-07)

**Note:** Version bump only for package @aws-sdk/client-batch
Expand Down
2 changes: 1 addition & 1 deletion clients/client-batch/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-batch",
"description": "AWS SDK for JavaScript Batch Client for Node.js, Browser and React Native",
"version": "3.687.0",
"version": "3.688.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-batch",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-bedrock-agent-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.688.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.687.0...v3.688.0) (2024-11-08)


### Features

* **client-bedrock-agent-runtime:** This release adds trace functionality to Bedrock Prompt Flows ([bc89971](https://github.com/aws/aws-sdk-js-v3/commit/bc8997185262078a5b7038122d63b4f72e74e57c))





# [3.687.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.686.0...v3.687.0) (2024-11-07)

**Note:** Version bump only for package @aws-sdk/client-bedrock-agent-runtime
Expand Down
2 changes: 1 addition & 1 deletion clients/client-bedrock-agent-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-bedrock-agent-runtime",
"description": "AWS SDK for JavaScript Bedrock Agent Runtime Client for Node.js, Browser and React Native",
"version": "3.687.0",
"version": "3.688.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-bedrock-agent-runtime",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-chime-sdk-media-pipelines/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.688.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.687.0...v3.688.0) (2024-11-08)


### Features

* **client-chime-sdk-media-pipelines:** Added support for Media Capture Pipeline and Media Concatenation Pipeline for customer managed server side encryption. Now Media Capture Pipeline can use IAM sink role to get access to KMS key and encrypt/decrypt recorded artifacts. KMS key ID can also be supplied with encryption context. ([88e1c21](https://github.com/aws/aws-sdk-js-v3/commit/88e1c217d5db6310c42466cb98b79dda519a37eb))





# [3.687.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.686.0...v3.687.0) (2024-11-07)

**Note:** Version bump only for package @aws-sdk/client-chime-sdk-media-pipelines
Expand Down
2 changes: 1 addition & 1 deletion clients/client-chime-sdk-media-pipelines/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-chime-sdk-media-pipelines",
"description": "AWS SDK for JavaScript Chime Sdk Media Pipelines Client for Node.js, Browser and React Native",
"version": "3.687.0",
"version": "3.688.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-chime-sdk-media-pipelines",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-controlcatalog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.688.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.687.0...v3.688.0) (2024-11-08)


### Features

* **client-controlcatalog:** AWS Control Catalog GetControl public API returns additional data in output, including Implementation and Parameters ([43e848f](https://github.com/aws/aws-sdk-js-v3/commit/43e848f37d1b5ecd344c1506204a225773cee3ee))





# [3.687.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.686.0...v3.687.0) (2024-11-07)

**Note:** Version bump only for package @aws-sdk/client-controlcatalog
Expand Down
2 changes: 1 addition & 1 deletion clients/client-controlcatalog/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-controlcatalog",
"description": "AWS SDK for JavaScript Controlcatalog Client for Node.js, Browser and React Native",
"version": "3.687.0",
"version": "3.688.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-eks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.688.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.687.0...v3.688.0) (2024-11-08)


### Features

* **client-eks:** Adds new error code `Ec2InstanceTypeDoesNotExist` for Amazon EKS managed node groups ([84db913](https://github.com/aws/aws-sdk-js-v3/commit/84db913d62a462614e4f895351746c166bd31962))





# [3.687.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.686.0...v3.687.0) (2024-11-07)

**Note:** Version bump only for package @aws-sdk/client-eks
Expand Down
2 changes: 1 addition & 1 deletion clients/client-eks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-eks",
"description": "AWS SDK for JavaScript Eks Client for Node.js, Browser and React Native",
"version": "3.687.0",
"version": "3.688.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-eks",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-firehose/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.688.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.687.0...v3.688.0) (2024-11-08)


### Features

* **client-firehose:** Amazon Data Firehose / Features : Adds support for a new DeliveryStreamType, DatabaseAsSource. DatabaseAsSource hoses allow customers to stream CDC events from their RDS and Amazon EC2 hosted databases, running MySQL and PostgreSQL database engines, to Iceberg Table destinations. ([9933561](https://github.com/aws/aws-sdk-js-v3/commit/993356150b9ad067a87cc1bbf219a700582e6e8f))





# [3.687.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.686.0...v3.687.0) (2024-11-07)

**Note:** Version bump only for package @aws-sdk/client-firehose
Expand Down
2 changes: 1 addition & 1 deletion clients/client-firehose/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-firehose",
"description": "AWS SDK for JavaScript Firehose Client for Node.js, Browser and React Native",
"version": "3.687.0",
"version": "3.688.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-firehose",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-lambda/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.688.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.687.0...v3.688.0) (2024-11-08)


### Features

* **client-lambda:** This release adds support for using AWS KMS customer managed keys to encrypt AWS Lambda .zip deployment packages. ([0c470f6](https://github.com/aws/aws-sdk-js-v3/commit/0c470f6e777f94f3df52660226f58ff94a1a2835))





# [3.687.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.686.0...v3.687.0) (2024-11-07)

**Note:** Version bump only for package @aws-sdk/client-lambda
Expand Down
2 changes: 1 addition & 1 deletion clients/client-lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-lambda",
"description": "AWS SDK for JavaScript Lambda Client for Node.js, Browser and React Native",
"version": "3.687.0",
"version": "3.688.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-lambda",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-pinpoint-sms-voice-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.688.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.687.0...v3.688.0) (2024-11-08)


### Features

* **client-pinpoint-sms-voice-v2:** Added the RequiresAuthenticationTimestamp field to the RegistrationVersionStatusHistory data type. ([90f0be2](https://github.com/aws/aws-sdk-js-v3/commit/90f0be2f0a7156cbb8fac3da2869e20da4328f16))





# [3.687.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.686.0...v3.687.0) (2024-11-07)

**Note:** Version bump only for package @aws-sdk/client-pinpoint-sms-voice-v2
Expand Down
2 changes: 1 addition & 1 deletion clients/client-pinpoint-sms-voice-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-pinpoint-sms-voice-v2",
"description": "AWS SDK for JavaScript Pinpoint Sms Voice V2 Client for Node.js, Browser and React Native",
"version": "3.687.0",
"version": "3.688.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-pinpoint-sms-voice-v2",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-qbusiness/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.688.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.687.0...v3.688.0) (2024-11-08)


### Features

* **client-qbusiness:** Adds S3 path option to pass group member list for PutGroup API. ([a0824b3](https://github.com/aws/aws-sdk-js-v3/commit/a0824b3db9ab0b24ba90c8f3c41a9ce60f43ce3b))





# [3.687.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.686.0...v3.687.0) (2024-11-07)

**Note:** Version bump only for package @aws-sdk/client-qbusiness
Expand Down
2 changes: 1 addition & 1 deletion clients/client-qbusiness/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-qbusiness",
"description": "AWS SDK for JavaScript Qbusiness Client for Node.js, Browser and React Native",
"version": "3.687.0",
"version": "3.688.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-qbusiness",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-s3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.688.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.687.0...v3.688.0) (2024-11-08)

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





# [3.687.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.686.0...v3.687.0) (2024-11-07)

**Note:** Version bump only for package @aws-sdk/client-s3
Expand Down
2 changes: 1 addition & 1 deletion clients/client-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-s3",
"description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
"version": "3.687.0",
"version": "3.688.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-s3",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.687.0",
"version": "3.688.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions lib/lib-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.688.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.687.0...v3.688.0) (2024-11-08)

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





# [3.687.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.686.0...v3.687.0) (2024-11-07)

**Note:** Version bump only for package @aws-sdk/lib-storage
Expand Down
2 changes: 1 addition & 1 deletion lib/lib-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-sdk/lib-storage",
"version": "3.687.0",
"version": "3.688.0",
"description": "Storage higher order operation",
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/middleware-flexible-checksums/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.688.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.687.0...v3.688.0) (2024-11-08)


### Features

* **middleware-flexible-checksums:** use Node.js native CRC32 checksum API ([#6641](https://github.com/aws/aws-sdk-js-v3/issues/6641)) ([6a48760](https://github.com/aws/aws-sdk-js-v3/commit/6a48760ced7fb088d4989ec138b55210181c267f))





# [3.687.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.686.0...v3.687.0) (2024-11-07)

**Note:** Version bump only for package @aws-sdk/middleware-flexible-checksums
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-flexible-checksums/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-sdk/middleware-flexible-checksums",
"version": "3.687.0",
"version": "3.688.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline middleware-flexible-checksums",
Expand Down
8 changes: 8 additions & 0 deletions packages/s3-presigned-post/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.688.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.687.0...v3.688.0) (2024-11-08)

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





# [3.687.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.686.0...v3.687.0) (2024-11-07)

**Note:** Version bump only for package @aws-sdk/s3-presigned-post
Expand Down
2 changes: 1 addition & 1 deletion packages/s3-presigned-post/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-sdk/s3-presigned-post",
"version": "3.687.0",
"version": "3.688.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline s3-presigned-post",
Expand Down
8 changes: 8 additions & 0 deletions packages/s3-request-presigner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.688.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.687.0...v3.688.0) (2024-11-08)

**Note:** Version bump only for package @aws-sdk/s3-request-presigner





# [3.687.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.686.0...v3.687.0) (2024-11-07)

**Note:** Version bump only for package @aws-sdk/s3-request-presigner
Expand Down
Loading

0 comments on commit b2fb10a

Please sign in to comment.