verdaccio / monorepo

🏰 Core dependencies and plugins for verdaccio 5.x branch ⚠️ DEPRECATED
https://verdaccio.org
MIT License
81 stars 62 forks source link

Upgrade aws-sdk to v3 for aws-s3-storage plugin #651

Open skoef opened 1 year ago

skoef commented 1 year ago

Is your feature request related to a problem? Please describe. When using the aws-s3-storage plugin, I'm getting the warning:

NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023.

In the plugin's package.json, it indeed shows the 2.x version of the aws-sdk is imported. In fact, the v3 version of the AWS SDK is called slightly different.

Describe the solution you'd like To prevent issues in the near future, please upgrade the SDK to v3.

Additional context There seems to be an (experimental) migration script available at aws-sdk-js-codemod, perhaps that works in this case?

ganeshsacharya commented 1 year ago

+1

kirstymunro-sharktower commented 1 year ago

+1