Add a warning about s3-benchmark

This commit is contained in:
Quentin 2022-08-08 19:22:37 +02:00
parent 1641719072
commit 8cb62d542a
Signed by: quentin
GPG Key ID: E9602264D639FF68
1 changed files with 6 additions and 0 deletions

View File

@ -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.