From f5b5c639c37298211bf48aed56c14d6da95f960e Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Fri, 7 Jan 2022 17:13:16 +0100 Subject: [PATCH] Update documentation --- doc/book/src/reference_manual/s3_compatibility.md | 5 ++--- doc/book/src/working_documents/compatibility_target.md | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/book/src/reference_manual/s3_compatibility.md b/doc/book/src/reference_manual/s3_compatibility.md index 7d517ac4..d1e14e4a 100644 --- a/doc/book/src/reference_manual/s3_compatibility.md +++ b/doc/book/src/reference_manual/s3_compatibility.md @@ -36,7 +36,7 @@ All APIs that are not mentionned are not implemented and will return a 400 bad r | DeleteObjects | Implemented | | GetBucketLocation | Implemented | | GetBucketVersioning | Stub (see below) | -| GetBucketWebsite | Unsupported | +| GetBucketWebsite | Implemented | | GetObject | Implemented | | HeadBucket | Implemented | | HeadObject | Implemented | @@ -55,6 +55,5 @@ All APIs that are not mentionned are not implemented and will return a 400 bad r - **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. -- **PutBucketWebsite:** Implemented, but only store if website is enabled, not more complexe informations. +- **PutBucketWebsite:** Implemented, but only stores the index document suffix and the error document path. Redirects are not supported. -- **GetBucketWebsite:** Not implemented yet, will be when PubBucketWebsite store more informations. diff --git a/doc/book/src/working_documents/compatibility_target.md b/doc/book/src/working_documents/compatibility_target.md index d9027ccb..0d0c7072 100644 --- a/doc/book/src/working_documents/compatibility_target.md +++ b/doc/book/src/working_documents/compatibility_target.md @@ -31,8 +31,8 @@ your motivations for doing so in the PR message. | | [*PutBucketCors*](https://git.deuxfleurs.fr/Deuxfleurs/garage/issues/138) | | | [*DeleteBucketCors*](https://git.deuxfleurs.fr/Deuxfleurs/garage/issues/138) | | | [*UploadPartCopy*](https://git.deuxfleurs.fr/Deuxfleurs/garage/issues/160) | -| | [*GetBucketWebsite*](https://git.deuxfleurs.fr/Deuxfleurs/garage/issues/77) | -| | [*PutBucketWebsite*](https://git.deuxfleurs.fr/Deuxfleurs/garage/issues/77) | +| | GetBucketWebsite | +| | PutBucketWebsite | | | DeleteBucketWebsite | | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | **B-tier** | |