update rm the append interface

This commit is contained in:
toranger
2018-12-11 14:54:18 +08:00
parent 121a7d861c
commit a83fee9f52
3 changed files with 40 additions and 113 deletions

View File

@@ -78,7 +78,6 @@ Bucket API:
Object API:
* [x] Append Object使用示例[object/append.go](./example/object/append.go)
* [x] Get Object使用示例[object/get.go](./example/object/get.go)
* [x] Get Object ACL使用示例[object/getACL.go](./example/object/getACL.go)
* [x] Put Object使用示例[object/put.go](./example/object/put.go)