andrewrk / node-s3-client

high level amazon s3 client for node.js
MIT License
1k stars 303 forks source link

Please don't waste time #223

Open BlackHole1 opened 5 years ago

BlackHole1 commented 5 years ago

This library has not been maintained for a long time, and there are a lot of bugs. I have been wasting this library for many hours.

Currently I have encountered bugs: upload can not call end, upload error SigV4

Although it can be solved by partial hacking, this is not a good idea. Will make your code difficult to maintain.

You can use the @auth0/s3 library, which is a fixed version of s3, and the apis are the same. It runs fine on me this

Author's description: https://github.com/andrewrk/node-s3-client/pull/212#issuecomment-451028324

strogonoff commented 5 years ago

If everyone agrees that @auto0/s3 is the main upstream version now, perhaps we should suggest @auth0 to enable issue reporting for that repository?

MickL commented 4 years ago

Yes auth0/node-s3-client has no issue tracker. Also the dependencies (e.g. aws-sdk) are not up to date, last commit is 2 years old. If auth0/node-s3-client is not maintained and has no issue tracker, may someone fork auth0/node-s3-client, update package.json and open up the issue tracker?

alexanderankin commented 3 years ago

thanks for making this issue