mirror of
https://git.deuxfleurs.fr/Deuxfleurs/garage.git
synced 2024-11-10 18:21:06 +00:00
Update documentation
This commit is contained in:
parent
7ee11f0eb6
commit
8f39360f22
2 changed files with 4 additions and 9 deletions
|
@ -28,9 +28,9 @@ All APIs that are not mentionned are not implemented and will return a 400 bad r
|
||||||
| AbortMultipartUpload | Implemented |
|
| AbortMultipartUpload | Implemented |
|
||||||
| CompleteMultipartUpload | Implemented |
|
| CompleteMultipartUpload | Implemented |
|
||||||
| CopyObject | Implemented |
|
| CopyObject | Implemented |
|
||||||
| CreateBucket | Unsupported, stub (see below) |
|
| CreateBucket | Implemented |
|
||||||
| CreateMultipartUpload | Implemented |
|
| CreateMultipartUpload | Implemented |
|
||||||
| DeleteBucket | Unsupported (see below) |
|
| DeleteBucket | Implemented |
|
||||||
| DeleteBucketWebsite | Implemented |
|
| DeleteBucketWebsite | Implemented |
|
||||||
| DeleteObject | Implemented |
|
| DeleteObject | Implemented |
|
||||||
| DeleteObjects | Implemented |
|
| DeleteObjects | Implemented |
|
||||||
|
@ -48,11 +48,6 @@ All APIs that are not mentionned are not implemented and will return a 400 bad r
|
||||||
| UploadPart | Implemented |
|
| UploadPart | Implemented |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- **CreateBucket:** Garage does not yet accept creating buckets or giving access using API calls, it has to be done using the CLI tools. CreateBucket will return a 200 if the bucket exists and user has write access, and a 403 Forbidden in all other cases.
|
|
||||||
|
|
||||||
- **DeleteBucket:** Garage does not yet accept deleting buckets using API calls, it has to be done using the CLI tools. This request will return a 403 Forbidden.
|
|
||||||
|
|
||||||
- **GetBucketVersioning:** Stub implementation (Garage does not yet support versionning so this always returns
|
- **GetBucketVersioning:** Stub implementation (Garage does not yet support versionning so this always returns
|
||||||
"versionning not enabled").
|
"versionning not enabled").
|
||||||
|
|
||||||
|
|
|
@ -9,8 +9,8 @@ your motivations for doing so in the PR message.
|
||||||
| **S-tier** (high priority) | |
|
| **S-tier** (high priority) | |
|
||||||
| | HeadBucket |
|
| | HeadBucket |
|
||||||
| | GetBucketLocation |
|
| | GetBucketLocation |
|
||||||
| | [*CreateBucket*](https://git.deuxfleurs.fr/Deuxfleurs/garage/issues/97) |
|
| | CreateBucket |
|
||||||
| | [*DeleteBucket*](https://git.deuxfleurs.fr/Deuxfleurs/garage/issues/97) |
|
| | DeleteBucket |
|
||||||
| | ListBuckets |
|
| | ListBuckets |
|
||||||
| | ListObjects |
|
| | ListObjects |
|
||||||
| | ListObjectsV2 |
|
| | ListObjectsV2 |
|
||||||
|
|
Loading…
Reference in a new issue