Merge pull request #147 from KirillovDenis/feature/142-update_supported_methods
[#142] Updated list of supported methods
This commit is contained in:
commit
41dc84cc49
1 changed files with 3 additions and 3 deletions
|
@ -477,15 +477,15 @@ See also `GetObject` and other method parameters.
|
||||||
|
|
||||||
| Method | Status |
|
| Method | Status |
|
||||||
| ------------------------- | ----------------------- |
|
| ------------------------- | ----------------------- |
|
||||||
| ListObjectVersions | Unsupported, aka ListBucketObjectVersions |
|
| ListObjectVersions | Supported (null-versioning), aka ListBucketObjectVersions |
|
||||||
| RestoreObject | Unsupported |
|
| RestoreObject | Unsupported |
|
||||||
|
|
||||||
### Bucket
|
### Bucket
|
||||||
|
|
||||||
| Method | Status |
|
| Method | Status |
|
||||||
| ------------------------- | ----------------------- |
|
| ------------------------- | ----------------------- |
|
||||||
| CreateBucket | Unsupported, aka PutBucket |
|
| CreateBucket | Supported, aka PutBucket |
|
||||||
| DeleteBucket | Unsupported |
|
| DeleteBucket | Supported |
|
||||||
| GetBucketLocation | Unsupported |
|
| GetBucketLocation | Unsupported |
|
||||||
| HeadBucket | Supported |
|
| HeadBucket | Supported |
|
||||||
| ListBuckets | Supported |
|
| ListBuckets | Supported |
|
||||||
|
|
Loading…
Reference in a new issue