Comparing version 4.10.1 to 4.10.2
4.10.2 / 2017-10-20 | ||
================== | ||
**fixes** | ||
* [[`22fbad2`](http://github.com/ali-sdk/ali-oss/commit/22fbad2664f75c70c52e2db1ded31e762abf43d4)] - fix: getStream support options.process (#304) (饶培泽 <<peizerao@gmail.com>>) | ||
**others** | ||
* [[`fc3cd7f`](http://github.com/ali-sdk/ali-oss/commit/fc3cd7fc394de5cbc98aada7bf95e7344451d505)] - docs: update the full name of OSS (#297) (David Chen <<tianniu_chen@163.com>>) | ||
4.10.1 / 2017-08-30 | ||
@@ -3,0 +12,0 @@ ================== |
@@ -207,2 +207,8 @@ 'use strict'; | ||
options = options || {}; | ||
if (options.process) { | ||
options.subres = options.subres || {}; | ||
options.subres['x-oss-process'] = options.process; | ||
} | ||
var params = this._objectRequestParams('GET', name, options); | ||
@@ -209,0 +215,0 @@ params.customResponse = true; |
{ | ||
"name": "ali-oss", | ||
"version": "4.10.1", | ||
"description": "aliyun oss(open storage service) node client", | ||
"version": "4.10.2", | ||
"description": "aliyun oss(object storage service) node client", | ||
"main": "lib/client.js", | ||
@@ -63,2 +63,3 @@ "files": [ | ||
"sinon": "^1.17.6", | ||
"stream-equal": "^1.1.0", | ||
"thunk-mocha": "^1.0.3", | ||
@@ -65,0 +66,0 @@ "uglify-js": "^2.7.1" |
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
149042
2151
22