svtslv / nestjs-s3

S3 module for Nest
78 stars 6 forks source link

Is there an implementations for aws-sdk-v3 #1

Open gigincg opened 4 years ago

gigincg commented 4 years ago

Hey, have you been following aws-sdk-v3? It provides modular packages for s3 considerably reducing the build size.

svtslv commented 4 years ago

V3 is still beta. But if you need smaller size, promises, etc., you can use nestjs-minio, which is compatible with aws s3

cre8 commented 1 year ago

@svtslv based on the info in console log NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023. it would make sense to upgrade this package to v3, wouldn't it?

fdorantesm commented 1 year ago

@svtslv based on the info in console log NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023. it would make sense to upgrade this package to v3, wouldn't it?

I opened a pull request with the update, but there're some changes in the API causes breaks.

https://github.com/svtslv/nestjs-s3/pull/31

We need to refactor or wait for non breaking changes.

amirhossein-shakeri commented 1 year ago

Time for an upgrade after 3 years! I'm waiting for it.