spec the test bucket only used for test

This commit is contained in:
toranger
2019-07-30 10:52:08 +08:00
parent ebe4508ceb
commit c6dda8e276

View File

@@ -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)