Comparing version 2.2.16 to 2.2.17
@@ -86,2 +86,3 @@ { | ||
"output_token": "NextToken", | ||
"limit_key": "MaxResults", | ||
"result_key": "Snapshots" | ||
@@ -102,2 +103,5 @@ }, | ||
"DescribeTags": { | ||
"input_token": "NextToken", | ||
"output_token": "NextToken", | ||
"limit_key": "MaxResults", | ||
"result_key": "Tags" | ||
@@ -104,0 +108,0 @@ }, |
{ | ||
"version": "2.0", | ||
"metadata": { | ||
@@ -1919,3 +1920,4 @@ "apiVersion": "2013-01-10", | ||
} | ||
} | ||
}, | ||
"examples": {} | ||
} |
{ | ||
"version": "2.0", | ||
"metadata": { | ||
@@ -2051,3 +2052,4 @@ "apiVersion": "2013-02-12", | ||
} | ||
} | ||
}, | ||
"examples": {} | ||
} |
{ | ||
"version": "2.0", | ||
"metadata": { | ||
@@ -2187,3 +2188,4 @@ "apiVersion": "2013-09-09", | ||
} | ||
} | ||
}, | ||
"examples": {} | ||
} |
@@ -20,3 +20,3 @@ /** | ||
*/ | ||
VERSION: '2.2.16', | ||
VERSION: '2.2.17', | ||
@@ -23,0 +23,0 @@ /** |
@@ -34,3 +34,3 @@ var AWS = require('../core'); | ||
* @param progress [map] An object containing the `loaded` and `total` bytes | ||
* of the request. Note that `total` may be undefined until the payload | ||
* of the request and the `key` of the S3 object. Note that `total` may be undefined until the payload | ||
* size is known. | ||
@@ -47,2 +47,5 @@ * @context (see AWS.Request~send) | ||
* the service or in the params option. | ||
* @note ContentMD5 should not be provided when using the managed upload object. | ||
* Instead, setting "computeChecksums" to true will enable automatic ContentMD5 generation | ||
* by the managed upload object. | ||
* @option options queueSize [Number] (4) the size of the concurrent queue | ||
@@ -416,2 +419,9 @@ * manager to upload parts in parallel. Set to 1 for synchronous uploading | ||
return null; | ||
} else if (self.service.config.params.ContentMD5) { | ||
var err = AWS.util.error(new Error('The Content-MD5 you specified is invalid for multi-part uploads.'), { | ||
code: 'InvalidDigest', retryable: false | ||
}); | ||
self.cleanup(err); | ||
return null; | ||
} | ||
@@ -572,3 +582,4 @@ | ||
total: upload.totalBytes, | ||
part: this.params.PartNumber | ||
part: this.params.PartNumber, | ||
key: this.params.Key | ||
}; | ||
@@ -575,0 +586,0 @@ } |
{ | ||
"name": "aws-sdk", | ||
"description": "AWS SDK for JavaScript", | ||
"version": "2.2.16", | ||
"version": "2.2.17", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name":"Amazon Web Services", |
@@ -27,3 +27,3 @@ # AWS SDK for JavaScript | ||
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.2.16.min.js"></script> | ||
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.2.17.min.js"></script> | ||
@@ -30,0 +30,0 @@ The AWS SDK is also compatible with [browserify](http://browserify.org). |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3287122
99536