We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4f244b + 4b2a6fa commit ad7b7e7Copy full SHA for ad7b7e7
CHANGELOG.md
@@ -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
11
## 1.59.1 (September 15, 2021)
12
13
BUGFIXES:
tencentcloud/connectivity/client.go
@@ -153,6 +153,7 @@ func (me *TencentCloudClient) UseTencentCosClient(bucket string) *cos.Client {
153
Transport: &cos.AuthorizationTransport{
154
SecretID: me.Credential.SecretId,
155
SecretKey: me.Credential.SecretKey,
156
+ SessionToken: me.Credential.Token,
157
},
158
})
159
0 commit comments