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 6c43b9f commit 2a08bcbCopy full SHA for 2a08bcb
example/CI/media_process/playkey.go
@@ -31,8 +31,8 @@ func log_status(err error) {
31
}
32
33
func getClient() *cos.Client {
34
- u, _ := url.Parse("https://testpic-1253960454.cos.ap-chongqing.myqcloud.com")
35
- cu, _ := url.Parse("https://testpic-1253960454.ci.ap-chongqing.myqcloud.com")
+ u, _ := url.Parse("https://testpic-1250000000.cos.ap-chongqing.myqcloud.com")
+ cu, _ := url.Parse("https://testpic-1250000000.ci.ap-chongqing.myqcloud.com")
36
b := &cos.BaseURL{BucketURL: u, CIURL: cu}
37
c := cos.NewClient(b, &http.Client{
38
Transport: &cos.AuthorizationTransport{
0 commit comments