nathanpeck / s3-upload-stream

A Node.js module for streaming data to Amazon S3 via the multipart upload API
MIT License
347 stars 46 forks source link

Project obsoleted by aws-sdk >2.1.0? #35

Open wjordan opened 9 years ago

wjordan commented 9 years ago

Looks like Amazon's aws-sdk package added support for streaming multipart uploads in v2.1.0 (see aws/aws-sdk-js#427). Does this update make this project obsolete, or are there any major differences in functionality that make this project still relevant?

konklone commented 9 years ago

It doesn't have pause and resume support, from what I can tell -- something I added to this project a few months ago.