ibm-cos-sdk
Advanced tools
Comparing version 1.10.2 to 1.11.0
# CHANGELOG | ||
## 1.11.0 | ||
### Content | ||
#### Features | ||
* Versioning Support with Object Expiration | ||
* Abort Multipart Upload Expiration Support | ||
#### Defect Fixes | ||
* COSSDK-83709: <https://github.com/IBM/ibm-cos-sdk-js/issues/88> | ||
## 1.10.2 | ||
@@ -4,0 +17,0 @@ |
@@ -23,3 +23,3 @@ /** | ||
*/ | ||
VERSION: '1.10.2', | ||
VERSION: '1.11.0', | ||
@@ -26,0 +26,0 @@ /** |
@@ -286,4 +286,5 @@ var AWS = require('../core'); | ||
} else { | ||
// Create a new S3 client from the supplied client's constructor. | ||
var service = self.service; | ||
var config = AWS.util.copy(service._originalConfig || {}); | ||
var config = AWS.util.copy(service.config); | ||
config.signatureVersion = service.getSignatureVersion(); | ||
@@ -293,2 +294,7 @@ self.service = new service.constructor.__super__(config); | ||
AWS.util.merge(self.service.config.params || {}, params); | ||
Object.defineProperty(self.service, '_originalConfig', { | ||
get: function() { return service._originalConfig; }, | ||
enumerable: false, | ||
configurable: true | ||
}); | ||
} | ||
@@ -295,0 +301,0 @@ }, |
{ | ||
"name": "ibm-cos-sdk", | ||
"description": "IBM SDK for JavaScript", | ||
"version": "1.10.2", | ||
"version": "1.11.0", | ||
"author": { | ||
@@ -16,3 +16,3 @@ "name": "IBM", | ||
"chai": "^3.5.0", | ||
"codecov": "^3.8.2", | ||
"codecov": "^3.8.3", | ||
"coffeescript": "^1.12.7", | ||
@@ -28,3 +28,3 @@ "coveralls": "^3.1.1", | ||
"typescript": "^3.9.10", | ||
"uglify-js": "^3.13.10" | ||
"uglify-js": "^3.14.2" | ||
}, | ||
@@ -31,0 +31,0 @@ "dependencies": { |
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
2191565
58324