aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-01-07 17:13:16 +0100
committerAlex Auvolat <alex@adnab.me>2022-01-13 14:25:22 +0100
commit60c0033c8bbd3dbc18f8c91f15674a60fd8acdc0 (patch)
treed98eb7c5cf0b55c17a6b0e38e35c75c5b84dbef3
parentd4dd2e2640af9290717b669c923d1ca75dba1bde (diff)
downloadgarage-improve-website-config.tar.gz
garage-improve-website-config.zip
Update documentationimprove-website-config
-rw-r--r--doc/book/src/reference_manual/s3_compatibility.md5
-rw-r--r--doc/book/src/working_documents/compatibility_target.md4
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 96bccde0..5c2e6315 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 501 Not I
| DeleteObjects | Implemented |
| GetBucketLocation | Implemented |
| GetBucketVersioning | Stub (see below) |
-| GetBucketWebsite | Unsupported |
+| GetBucketWebsite | Implemented |
| GetObject | Implemented |
| HeadBucket | Implemented |
| HeadObject | Implemented |
@@ -56,6 +56,5 @@ All APIs that are not mentionned are not implemented and will return a 501 Not I
- **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 e6ff9ca8..8830101f 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 |
-| | [*GetBucketWebsite*](https://git.deuxfleurs.fr/Deuxfleurs/garage/issues/77) |
-| | [*PutBucketWebsite*](https://git.deuxfleurs.fr/Deuxfleurs/garage/issues/77) |
+| | GetBucketWebsite |
+| | PutBucketWebsite |
| | DeleteBucketWebsite |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| **B-tier** | |