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 b2a8971 commit 51854f9Copy full SHA for 51854f9
pkg/client/client.go
@@ -343,7 +343,7 @@ func NewCdnClient(conf *config.TencentConfig) (*cdn.Client, error) {
343
344
func NewCosClient(conf *config.TencentConfig) (*cos.Client, error) {
345
// 用于Get Service 查询, service域名暂时只支持外网
346
- su, _ := url.Parse("http://cos." + conf.Credential.Region + ".tencentcos.cn")
+ su, _ := url.Parse("http://cos." + conf.Credential.Region + ".myqcloud.com")
347
b := &cos.BaseURL{BucketURL: nil, ServiceURL: su}
348
client := cos.NewClient(b, &http.Client{
349
Transport: &cos.AuthorizationTransport{
0 commit comments