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: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
* Changed the internal structure of the library.
18
18
* Deprecates query.call() in favor of query.request() for the query APIs.
19
19
* Deprecates s3.putObject() in favor of s3.putFile().
20
-
* Implements new GET response handlers: buffer - returns the response argument as the response body itself; stream - returns the HTTPS response itself which implements node.js's Readable Stream interface.
20
+
* Implements new GET response handlers: buffer - the response contains a buffer key with the buffer contents; stream - returns the HTTPS response itself which implements node.js's Readable Stream interface.
21
21
* Adds a new s3.putStream() helper for PUT'ing streams to S3.
22
22
* Adds a new s3.putBuffer() helper for PUT'ing buffers to S3.
0 commit comments