Skip to content

Commit

Permalink
Merge pull request #3739 from nasa/jk/CUMULUS-3807
Browse files Browse the repository at this point in the history
Pin @aws-sdk/client-s3 to 3.614
  • Loading branch information
Jkovarik committed Jul 20, 2024
2 parents 5474dfe + 62ffa61 commit 8d1d07a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ degraded execution table operations.

### Fixed

- **CUMULUS-3807**
- Pinned @aws-sdk/client-s3 to 3.614 to address timeout/bug in s3().listObjectsV2
- **CUMULUS-3785**
- Fixed `SftpProviderClient` not awaiting `decryptBase64String` with AWS KMS
- Fixed method typo in `@cumulus/api/endpoints/dashboard.js`
Expand Down
4 changes: 2 additions & 2 deletions packages/aws-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@
"@aws-sdk/client-kinesis": "^3.447.0",
"@aws-sdk/client-kms": "^3.447.0",
"@aws-sdk/client-lambda": "^3.529.1",
"@aws-sdk/client-s3": "^3.447.0",
"@aws-sdk/client-s3": "^3.447.0 <3.614.2",
"@aws-sdk/client-secrets-manager": "^3.447.0",
"@aws-sdk/client-sfn": "^3.447.0",
"@aws-sdk/client-sns": "^3.447.0",
"@aws-sdk/client-sqs": "^3.447.0",
"@aws-sdk/client-sts": "^3.447.0",
"@aws-sdk/lib-dynamodb": "^3.447.0",
"@aws-sdk/lib-storage": "^3.447.0",
"@aws-sdk/lib-storage": "^3.447.0 <3.614.2",
"@aws-sdk/s3-request-presigner": "^3.447.0",
"@aws-sdk/signature-v4-crt": "^3.447.0",
"@aws-sdk/types": "^3.447.0",
Expand Down

0 comments on commit 8d1d07a

Please sign in to comment.