Skip to content

Commit fe74e2d

Browse files
author
carsonxu
committed
getObjectUrl add Expires
1 parent a8e6f08 commit fe74e2d

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

dist/cos-js-sdk-v5.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1983,7 +1983,7 @@ base.init(COS, task);
19831983
advance.init(COS, task);
19841984

19851985
COS.getAuthorization = util.getAuth;
1986-
COS.version = '0.5.14';
1986+
COS.version = '0.5.15';
19871987

19881988
module.exports = COS;
19891989

@@ -5948,6 +5948,7 @@ function getAuthorizationAsync(params, callback) {
59485948
Pathname: Pathname,
59495949
Query: params.Query,
59505950
Headers: headers,
5951+
Expires: params.Expires,
59515952
UseRawKey: self.options.UseRawKey,
59525953
SystemClockOffset: self.options.SystemClockOffset
59535954
});

dist/cos-js-sdk-v5.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cos-js-sdk-v5",
3-
"version": "0.5.14",
3+
"version": "0.5.15",
44
"description": "JavaScript SDK for [腾讯云对象存储](https://cloud.tencent.com/product/cos)",
55
"main": "index.js",
66
"scripts": {

src/base.js

+1
Original file line numberDiff line numberDiff line change
@@ -2062,6 +2062,7 @@ function getAuthorizationAsync(params, callback) {
20622062
Pathname: Pathname,
20632063
Query: params.Query,
20642064
Headers: headers,
2065+
Expires: params.Expires,
20652066
UseRawKey: self.options.UseRawKey,
20662067
SystemClockOffset: self.options.SystemClockOffset,
20672068
});

src/cos.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ base.init(COS, task);
5858
advance.init(COS, task);
5959

6060
COS.getAuthorization = util.getAuth;
61-
COS.version = '0.5.14';
61+
COS.version = '0.5.15';
6262

6363
module.exports = COS;

0 commit comments

Comments
 (0)