s3-upload-stream
s3-upload-stream copied to clipboard
Is this project still active?
There has been no commits since a while now - nor replies to issues. If this project isn't maintained - is there an alternative?
@PeterAronZentai Is the project no longer working?
@peterp As it says in the README this project should be considered deprecated (since 2014) as the official AWS SDK for Node.js has a similar method now (which is probably better). At the time that I coded this there was no similar support in the official AWS SDK, but the official SDK handles streams now just fine.
Thanks @nathanpeck
@nathanpeck But this project is still relevant, since official AWS SDK has a nasty bug: ManagedUpload reads source stream into memory, without any backpressure