adonisjs / drive-s3

S3 driver for AdonisJS drive
MIT License
21 stars 9 forks source link

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

Closed albersanmar closed 1 year ago

albersanmar commented 1 year ago

I am using this package and in the developer console I get this message, "NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023." It seems Amazon is suggesting to switch to version 3 of the @aws-sdk/client-s3 package.

I mention this, because in the future there may start to be bugs.

JonhnyDev commented 1 year ago

up

thetutlage commented 1 year ago

We are using the latest version of AWS SDK and it shouldn't be a problem. Used versions are

{
  "@aws-sdk/client-s3": "^3.405.0",
  "@aws-sdk/lib-storage": "^3.405.0",
}