We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ade098 commit b81d24fCopy full SHA for b81d24f
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+### 4.2.0
2
+
3
+ * use new AWS SDK API to avoid PassThrough stream workaround
4
+ * update aws-sdk to 2.0.17
5
6
### 4.1.1
7
8
* `uploadFile` and `uploadDir` now have optional argument `defaultContentType`.
package.json
@@ -1,6 +1,6 @@
{
"name": "s3",
- "version": "4.1.1",
+ "version": "4.2.0",
"description": "high level amazon s3 client. upload and download files and directories",
"main": "lib/index.js",
"scripts": {
0 commit comments