From 8cb62d542ad9726b6845d38d839ab2e5781f8287 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Mon, 8 Aug 2022 19:22:37 +0200 Subject: [PATCH] Add a warning about s3-benchmark --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2c6a433..d18ca1a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +# WARNING WARNING WARNING + +This project does not work with Garage for (at least) the following reasons: + 1. Garage does not support ListObjectVersion + 2. Garage does not support SignatureV2 (not sure but it seems that's what is implemented in s3-benchmark) + # Introduction s3-benchmark is a performance testing tool provided by Wasabi for performing S3 operations (PUT, GET, and DELETE) for objects. Besides the bucket configuration, the object size and number of threads varied be given for different tests.