fix list uploads

This commit is contained in:
jojoliang
2020-07-22 15:59:30 +08:00
parent f6c91c92d6
commit 5e69c19d34
2 changed files with 20 additions and 25 deletions

View File

@@ -76,7 +76,6 @@ func main() {
name := "test/test_list_parts.go"
up := initUpload(c, name)
uploadID := up.UploadID
ctx := context.Background()
blockSize := 1024 * 1024 * 3
for i := 1; i < 5; i++ {