mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Amazon S3 API (markdown)
parent
8239add0ac
commit
ff55cea50c
|
@ -8,19 +8,29 @@ A bucket can be deleted efficiently by deleting the whole collection.
|
|||
|
||||
Currently, the following APIs are supported.
|
||||
|
||||
```
|
||||
// Object operations
|
||||
* PutObject
|
||||
* GetObject
|
||||
* HeadObject
|
||||
* DeleteObject
|
||||
* ListObjectsV2
|
||||
* ListObjectsV1
|
||||
|
||||
// Bucket operations
|
||||
* PutBucket
|
||||
* DeleteBucket
|
||||
* HeadBucket
|
||||
* ListBuckets
|
||||
|
||||
// Multipart upload operations
|
||||
* NewMultipartUpload
|
||||
* CompleteMultipartUpload
|
||||
* AbortMultipartUpload
|
||||
* ListMultipartUploads
|
||||
|
||||
```
|
||||
TODO:
|
||||
* Add support to upload by multi partial uploads.
|
||||
* Copy
|
||||
|
||||
Not planned:
|
||||
|
|
Loading…
Reference in a new issue