-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Area: AWS S3Category for AWS configurationCategory for AWS configurationEnhancementImprovement to an existing featureImprovement to an existing featurePriority:HighShould be addressed soon but not criticalShould be addressed soon but not critical
Milestone
Description
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 the aws-sdk
, which logs a warning when running the server app:
(node:28348) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023.
Please migrate your code to use AWS SDK for JavaScript (v3).
For more information, check the migration guide at https://a.co/7PzMCcy
Advantages of migration:
- Can use
async
/await
instead of callbacks - Better documentation
- Code is more future-proof
Metadata
Metadata
Assignees
Labels
Area: AWS S3Category for AWS configurationCategory for AWS configurationEnhancementImprovement to an existing featureImprovement to an existing featurePriority:HighShould be addressed soon but not criticalShould be addressed soon but not critical
Type
Projects
Status
Done