mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Amazon S3 API (markdown)
parent
4e69294d0e
commit
9d5ace87c5
|
@ -31,3 +31,13 @@ Currently, the following APIs are supported.
|
||||||
apiRouter.Methods("GET").Path("/").HandlerFunc(s3a.ListBucketsHandler)
|
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.
|
||||||
|
|
Loading…
Reference in a new issue