S3/AWS client package is outdated #2246
Labels
Area: AWS S3
Category for AWS configuration
Enhancement
Improvement to an existing feature
Priority:High
Should be addressed soon but not critical
Milestone
Increasing Access
We want to keep our codebase up to date.
Feature enhancement details
We are interacting with the S3 bucket for asset uploading using a package
@auth0/s3
which was last updated 5 years ago. In contrast, the official Amazon@aws-sdk/client-s3
package was last updated 3 days ago.The current package
@auth0/s3
internally uses an outdated version of theaws-sdk
, which logs a warning when running the server app:Advantages of migration:
async
/await
instead of callbacksThe text was updated successfully, but these errors were encountered: