Skip to content

Commit d2750bb

Browse files
author
boxiao.wpl
committed
fix aliyun#11
1 parent d183d27 commit d2750bb

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- 阿里云表格存储是阿里云自主研发的NoSQL数据存储服务,提供海量结构化数据的存储和实时访问。
1111

1212
## 版本
13-
- 当前版本:4.0.10
13+
- 当前版本:4.0.11
1414

1515
## 安装
1616

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "TableStore SDK for JavaScript",
44
"main": "index.js",
55
"authors": [
6-
"boxiao.wpl@alibaba-inc.com"
6+
"boxiao.wpl"
77
],
88
"license": "Apache-2.0",
99
"keywords": [

lib/signer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ TableStore.Signer = inherit({
1515
if(credentials.securityToken){
1616
this.request.headers['x-ots-ststoken'] = credentials.securityToken;
1717
}
18-
18+
delete this.request.headers['x-ots-signature'];
1919
var signature = this.sign(credentials.secretAccessKey, this.stringToSign());
2020
this.request.headers['x-ots-signature'] = signature;
2121
},

package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@
3333
"browser": {
3434
"./lib/util.js": "./lib/util-browser.js"
3535
},
36-
"author": {
37-
"name": "boxiaowpl",
38-
"email": "[email protected]"
39-
},
36+
"author": "boxiao.wpl",
4037
"license": "Apache-2.0"
4138
}

0 commit comments

Comments
 (0)