You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When using the aws-s3-storage plugin, I'm getting the warning:
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?
The text was updated successfully, but these errors were encountered: