Add a warning about s3-benchmark
This commit is contained in:
parent
1641719072
commit
8cb62d542a
1 changed files with 6 additions and 0 deletions
|
@ -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
|
# 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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue