You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A pipeable write stream which uploads to Amazon S3 using the multipart file upload API. **NOTE: This module is mostly deprecated now that AWS had `S3.upload()` which implements the same behavior, but built in to the AWS SDK. Unless you need the pause and resume functionality in this module you should probably just use the official AWS technique for uploading streams using the multipart API.**
3
+
A pipeable write stream which uploads to Amazon S3 using the multipart file upload API. **NOTE: This module is mostly deprecated now that AWS had [`S3.upload()`](http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html#upload-property) which implements the same behavior, but built in to the AWS SDK. Unless you need the pause and resume functionality in this module you should probably just use the official AWS technique for uploading streams using the multipart API.**
0 commit comments