diff options
Diffstat (limited to 'doc/book/src/reference_manual')
-rw-r--r-- | doc/book/src/reference_manual/s3_compatibility.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/book/src/reference_manual/s3_compatibility.md b/doc/book/src/reference_manual/s3_compatibility.md index 5f9f527a..01059218 100644 --- a/doc/book/src/reference_manual/s3_compatibility.md +++ b/doc/book/src/reference_manual/s3_compatibility.md @@ -14,6 +14,7 @@ Not implemented: - vhost-style URLs (`bucket.garage.tld/key`) - object-level ACL +- object versioning - encryption - most `x-amz-` headers @@ -54,6 +55,15 @@ Implemented. Implemented. +#### GetBucketLocation + +Implemented. + +#### GetBucketVersioning + +Stub implementation (Garage does not yet support versionning so this always returns +"versionning not enabled"). + #### GetObject Implemented. @@ -66,6 +76,10 @@ Implemented. Implemented. +#### ListBuckets + +Implemented. + #### ListObjects Implemented, but there isn't a very good specification of what `encoding-type=url` covers so there might be some encoding bugs. In our implementation the url-encoded fields are in the same in ListObjects as they are in ListObjectsV2. |