pkgcloud / pkgcloud

pkgcloud is a standard library for node.js that abstracts away differences among multiple cloud providers.
http://github.com/pkgcloud/pkgcloud
MIT License
1.18k stars 372 forks source link

s3-upload-stream is deprecated in favor of aws-sdk #472

Open seriousben opened 9 years ago

seriousben commented 9 years ago

https://github.com/nathanpeck/s3-upload-stream is now deprecated.

NOTE: This module is deprecated after the 2.1.0 release of the AWS SDK on Dec 9, 2014, which added 
S3.upload(). I highly recommend switching away from this module and using the official method 
supported by AWS.

We should now use http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html#upload-property

indexzero commented 9 years ago

@seriousben a PR would be very welcome for this.