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 62fb57e commit 685c58aCopy full SHA for 685c58a
example/CI/ci_put.go
@@ -31,7 +31,7 @@ func log_status(err error) {
31
}
32
33
func main() {
34
- u, _ := url.Parse("https://jojoliang-batch-1253960454.cos.ap-guangzhou.myqcloud.com")
+ u, _ := url.Parse("https://test-1259654469.cos.ap-guangzhou.myqcloud.com")
35
b := &cos.BaseURL{BucketURL: u}
36
c := cos.NewClient(b, &http.Client{
37
Transport: &cos.AuthorizationTransport{
0 commit comments