anacronw / multer-s3

multer storage engine for amazon s3
MIT License
660 stars 190 forks source link

Dropping s3 package and using '@aws-sdk/client-s3' directly? #189

Closed ajmas closed 2 years ago

ajmas commented 2 years ago

The s3 package has now been archived, so it may be a risk continuing with it?

Wondering whether it would make sense at this point to drop support for it and instead directly leverage the @aws-sdk/client-s3 package? At least in the short term deprecating support for the s3 library, while adding the ability to pass in a '@aws-sdk/client-s3' S3 client instance directly?

ajmas commented 2 years ago

Oops, looks I was still using the the 2.x version of the package and this work was already done for 3.x