diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-01-20 16:38:28 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-01-21 10:42:35 +0100 |
commit | 94f0e7c135798af4dcb023f846b6b0b4adb3b2da (patch) | |
tree | f42713539eab7102d02f5714433c21bfd26f3b89 /doc/book | |
parent | 440374524bcd21cade7b68410eb2d12ba23cfaaf (diff) | |
download | garage-94f0e7c135798af4dcb023f846b6b0b4adb3b2da.tar.gz garage-94f0e7c135798af4dcb023f846b6b0b4adb3b2da.zip |
Test ListParts endpoint with awsclifeatures/list-parts
Diffstat (limited to 'doc/book')
-rw-r--r-- | doc/book/src/reference_manual/s3_compatibility.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/src/reference_manual/s3_compatibility.md b/doc/book/src/reference_manual/s3_compatibility.md index 5c2e6315..4c4c6457 100644 --- a/doc/book/src/reference_manual/s3_compatibility.md +++ b/doc/book/src/reference_manual/s3_compatibility.md @@ -44,7 +44,7 @@ All APIs that are not mentionned are not implemented and will return a 501 Not I | ListObjects | Implemented, bugs? (see below) | | ListObjectsV2 | Implemented | | ListMultipartUpload | Implemented | -| ListParts | Missing | +| ListParts | Implemented | | PutObject | Implemented | | PutBucketWebsite | Partially implemented (see below)| | UploadPart | Implemented | |