Updated Amazon S3 API (markdown)

Chris Lu 2018-07-21 21:27:39 -07:00
parent 4e69294d0e
commit 9d5ace87c5

@ -30,4 +30,14 @@ Currently, the following APIs are supported.
// ListBuckets
apiRouter.Methods("GET").Path("/").HandlerFunc(s3a.ListBucketsHandler)
```
```
TODO:
* Add support to upload by multi partial uploads.
* Copy
Not planned:
* ACL
* Policy
The major difference with Amazon S3 is that the permission and access control are not implemented yet.