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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -184,11 +184,11 @@ The methods and interface for s3-upload-stream has changed since 1.0 and is no l
184
184
The differences are:
185
185
186
186
* This package no longer includes Amazon SDK, and now you must include it in your own app code and pass an instantiated Amazon S3 client in.
187
-
* The upload stream is no returned immeadiately, instead of in a callback.
187
+
* The upload stream is now returned immeadiately, instead of in a callback.
188
188
* The "chunk" event emitted is now called "part" instead.
189
-
* The .maxPartSize() and .concurrentParts() methods are no methods of the stream itself, instead of being methods of an object returned from the upload creation method.
189
+
* The .maxPartSize() and .concurrentParts() methods are now methods of the writable stream itself, instead of being methods of an object returned from the upload stream constructor method.
190
190
191
-
If you have questions about how to migrate from the older version of the package to a newer version feel free to open an issue with your code example.
191
+
If you have questions about how to migrate from the older version of the package after reviewing these docs feel free to open an issue with your code example.
0 commit comments