Skip to content

S3/AWS client package is outdated #2246

Closed
@lindapaiste

Description

@lindapaiste

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

No one assigned

    Labels

    Area: AWS S3Category for AWS configurationEnhancementImprovement to an existing featurePriority:HighShould be addressed soon but not critical

    Type

    No type

    Projects

    Status

    Done

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions