Need to improve the interface in the future

This commit is contained in:
toranger
2019-01-31 17:49:29 +08:00
parent aa453210b3
commit bf9ab1f8a7
2 changed files with 9 additions and 14 deletions

View File

@@ -54,10 +54,4 @@ func main() {
panic(err)
}
// Case3 put object by local file
_, err = c.Object.PutFromFile(context.Background(), name, "./test10M", nil)
if err != nil {
panic(err)
}
}