Skip to content

Commit 180b90e

Browse files
committed
Update README.md
1 parent 74ec8ff commit 180b90e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## s3-upload-stream [![Build Status](https://travis-ci.org/nathanpeck/s3-upload-stream.svg)](https://travis-ci.org/nathanpeck/s3-upload-stream)
22

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()` 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.**
44

55
[![NPM](https://nodei.co/npm/s3-upload-stream.png?downloads=true)](https://www.npmjs.org/package/s3-upload-stream)
66

0 commit comments

Comments
 (0)