Skip to content

Commit ad7b7e7

Browse files
authored
Merge pull request #666 from tencentcloudstack/fix/cos-sdk-token
fix: add cos sdk client transport token which missing
2 parents c4f244b + 4b2a6fa commit ad7b7e7

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.59.2 (September 18, 2021)
2+
3+
BUGFIXES:
4+
5+
* Add missing AuthorizationTransport.Token field
6+
7+
ENHANCEMENTS:
8+
9+
* Resource `resource_tc_cdn_domain.go` support `ipv6_access_switch` config
10+
111
## 1.59.1 (September 15, 2021)
212

313
BUGFIXES:

tencentcloud/connectivity/client.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ func (me *TencentCloudClient) UseTencentCosClient(bucket string) *cos.Client {
153153
Transport: &cos.AuthorizationTransport{
154154
SecretID: me.Credential.SecretId,
155155
SecretKey: me.Credential.SecretKey,
156+
SessionToken: me.Credential.Token,
156157
},
157158
})
158159

0 commit comments

Comments
 (0)