File tree 4 files changed +4
-7
lines changed
4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 10
10
- 阿里云表格存储是阿里云自主研发的NoSQL数据存储服务,提供海量结构化数据的存储和实时访问。
11
11
12
12
## 版本
13
- - 当前版本:4.0.10
13
+ - 当前版本:4.0.11
14
14
15
15
## 安装
16
16
Original file line number Diff line number Diff line change 3
3
"description" : " TableStore SDK for JavaScript" ,
4
4
"main" : " index.js" ,
5
5
"authors" : [
6
- " boxiao.wpl@alibaba-inc.com "
6
+ " boxiao.wpl"
7
7
],
8
8
"license" : " Apache-2.0" ,
9
9
"keywords" : [
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ TableStore.Signer = inherit({
15
15
if ( credentials . securityToken ) {
16
16
this . request . headers [ 'x-ots-ststoken' ] = credentials . securityToken ;
17
17
}
18
-
18
+ delete this . request . headers [ 'x-ots-signature' ] ;
19
19
var signature = this . sign ( credentials . secretAccessKey , this . stringToSign ( ) ) ;
20
20
this . request . headers [ 'x-ots-signature' ] = signature ;
21
21
} ,
Original file line number Diff line number Diff line change 33
33
"browser" : {
34
34
"./lib/util.js" : " ./lib/util-browser.js"
35
35
},
36
- "author" : {
37
- "name" : " boxiaowpl" ,
38
-
39
- },
36
+ "author" : " boxiao.wpl" ,
40
37
"license" : " Apache-2.0"
41
38
}
You can’t perform that action at this time.
0 commit comments