We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 731458d commit a45dab8Copy full SHA for a45dab8
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## v0.5.6
2
+ * Fixes the broken Content-Length header if Content-Type was manually specified for the S3 PUT operation.
3
+
4
## v0.5.5
5
* Added Amazon CloudFormation support.
6
package.json
@@ -1,7 +1,7 @@
{
"name": "aws2js",
"main": "./lib/aws.js",
- "version": "0.5.5",
+ "version": "0.5.6",
"description": "AWS (Amazon Web Services) APIs client implementation for node.js",
"dependencies": {
7
"libxmljs": ">=0.x",
0 commit comments