import-map-deployer icon indicating copy to clipboard operation
import-map-deployer copied to clipboard

Upgrade aws-sdk from 2.814.0 -> 2.1404.0

Open ralphsaunders opened this issue 1 year ago • 1 comments

We run Import Map Deployer in EKS and were trying to upgrade to v4.6.0 from the old version we were running (v2.2.1). When we upgraded we saw S3 permissions errors in the logs and import-map-deployer wasn't able to access buckets.

The yarn.lock specifies [email protected].

In the changelog for aws-sdk, there was a bugfix in 2.853.0 that should resolve this:

2.853.0

  • bugfix: s3: Bugfixing the s3 arn endpoint parser ...

This PR bumps the aws-sdk (and its dependency tree) to the latest v2 version.

$ yarn upgrade aws-sdk@^2
success Saved lockfile.
success Saved 13 new dependencies.
info Direct dependencies
└─ [email protected]
info All dependencies
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
└─ [email protected]
✨  Done in 7.81s.

ralphsaunders avatar Jun 26 '23 17:06 ralphsaunders