From 6617a72220f2890fba0c0b7c099baf56142c494c Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 11 Jan 2022 17:31:09 +0100 Subject: Implement UploadPartCopy --- doc/book/src/reference_manual/s3_compatibility.md | 3 ++- doc/book/src/working_documents/compatibility_target.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/book/src/reference_manual/s3_compatibility.md b/doc/book/src/reference_manual/s3_compatibility.md index 7d517ac4..96bccde0 100644 --- a/doc/book/src/reference_manual/s3_compatibility.md +++ b/doc/book/src/reference_manual/s3_compatibility.md @@ -21,7 +21,7 @@ Not implemented: ## Endpoint implementation -All APIs that are not mentionned are not implemented and will return a 400 bad request. +All APIs that are not mentionned are not implemented and will return a 501 Not Implemented. | Endpoint | Status | |------------------------------|----------------------------------| @@ -48,6 +48,7 @@ All APIs that are not mentionned are not implemented and will return a 400 bad r | PutObject | Implemented | | PutBucketWebsite | Partially implemented (see below)| | UploadPart | Implemented | +| UploadPartCopy | Implemented | - **GetBucketVersioning:** Stub implementation (Garage does not yet support versionning so this always returns diff --git a/doc/book/src/working_documents/compatibility_target.md b/doc/book/src/working_documents/compatibility_target.md index d9027ccb..e6ff9ca8 100644 --- a/doc/book/src/working_documents/compatibility_target.md +++ b/doc/book/src/working_documents/compatibility_target.md @@ -30,7 +30,7 @@ your motivations for doing so in the PR message. | | [*GetBucketCors*](https://git.deuxfleurs.fr/Deuxfleurs/garage/issues/138) | | | [*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) | +| | UploadPartCopy | | | [*GetBucketWebsite*](https://git.deuxfleurs.fr/Deuxfleurs/garage/issues/77) | | | [*PutBucketWebsite*](https://git.deuxfleurs.fr/Deuxfleurs/garage/issues/77) | | | DeleteBucketWebsite | -- cgit v1.2.3