Skip to content

Commit

Permalink
Merge branch 'izaakschroeder-no-globals' and 'konklone-pausing' into …
Browse files Browse the repository at this point in the history
…1.0.6

Conflicts:
	lib/s3-upload-stream.js
  • Loading branch information
nathanpeck committed Oct 20, 2014
2 parents 5ebb15c + 3a499c0 commit 40f3abe
Show file tree
Hide file tree
Showing 2 changed files with 326 additions and 309 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A pipeable write stream which uploads to Amazon S3 using the multipart file uplo

#### 1.0.4 (2014-10-13)

Getting rid of the use of setImmeadiate. Also now the MPU is not initialized until data is actually received by the writable stream, and error checking verifies that data has actually been uploaded to S3 before trying to end the stream. This fixes an issue where empty incoming streams were causing errors to come back from S3 as the module was attempting to complete an empty MPU.
Getting rid of the use of setImmediate. Also now the MPU is not initialized until data is actually received by the writable stream, and error checking verifies that data has actually been uploaded to S3 before trying to end the stream. This fixes an issue where empty incoming streams were causing errors to come back from S3 as the module was attempting to complete an empty MPU.

#### 1.0.3 (2014-10-12)

Expand Down
Loading

0 comments on commit 40f3abe

Please sign in to comment.