Browse Source
Merge pull request #47 from toranger/master
spec the test bucket only used for test
tags/v0.7.8
toranger
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
costesting/ci_test.go
|
|
@ -51,7 +51,7 @@ func (s *CosTestSuite) SetupSuite() { |
|
|
|
|
|
|
|
// CI client for test interface
|
|
|
|
// URL like this http://test-1253846586.cos.ap-guangzhou.myqcloud.com
|
|
|
|
u := os.Getenv("COS_BUCKET_URL") |
|
|
|
u := "http://cosgosdktest-1251668577.cos.ap-guangzhou.myqcloud.com" |
|
|
|
|
|
|
|
// Get the region
|
|
|
|
iu, _ := url.Parse(u) |
|
|
|
xxxxxxxxxx