update crc

This commit is contained in:
jojoliang
2021-03-12 13:19:26 +08:00
parent 13b56ff05d
commit 23ad6e2c72
3 changed files with 14 additions and 6 deletions

View File

@@ -51,8 +51,7 @@ func main() {
// Case1 多线程上传对象
opt := &cos.MultiUploadOptions{
EnableVerification: true,
ThreadPoolSize: 5,
ThreadPoolSize: 5,
}
v, _, err := c.Object.Upload(
context.Background(), "gomulput1G", "./test1G", opt,