diff options
author | Alex Auvolat <alex@adnab.me> | 2022-01-11 17:31:09 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-01-13 13:58:47 +0100 |
commit | 6617a72220f2890fba0c0b7c099baf56142c494c (patch) | |
tree | e344b5db14fa1035cd4c19ad70cae1983fb143e0 /doc/book/src/reference_manual | |
parent | 3770a34e3d3e861c91f60ec6e997f47a746c0040 (diff) | |
download | garage-6617a72220f2890fba0c0b7c099baf56142c494c.tar.gz garage-6617a72220f2890fba0c0b7c099baf56142c494c.zip |
Implement UploadPartCopy
Diffstat (limited to 'doc/book/src/reference_manual')
-rw-r--r-- | doc/book/src/reference_manual/s3_compatibility.md | 3 |
1 files changed, 2 insertions, 1 deletions
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 |