forked from TrueCloudLab/frostfs-s3-gw
[#142] Updated list of supported methods
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
parent
7c4a7c63dc
commit
bcdc2b2d23
1 changed files with 3 additions and 3 deletions
|
@ -477,15 +477,15 @@ See also `GetObject` and other method parameters.
|
|||
|
||||
| Method | Status |
|
||||
| ------------------------- | ----------------------- |
|
||||
| ListObjectVersions | Unsupported, aka ListBucketObjectVersions |
|
||||
| ListObjectVersions | Supported (null-versioning), aka ListBucketObjectVersions |
|
||||
| RestoreObject | Unsupported |
|
||||
|
||||
### Bucket
|
||||
|
||||
| Method | Status |
|
||||
| ------------------------- | ----------------------- |
|
||||
| CreateBucket | Unsupported, aka PutBucket |
|
||||
| DeleteBucket | Unsupported |
|
||||
| CreateBucket | Supported, aka PutBucket |
|
||||
| DeleteBucket | Supported |
|
||||
| GetBucketLocation | Unsupported |
|
||||
| HeadBucket | Supported |
|
||||
| ListBuckets | Supported |
|
||||
|
|
Loading…
Reference in a new issue