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.
1 parent 71e7a62 commit 935445cCopy full SHA for 935445c
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