blob: de1b6e9ec82dc44678a18e4a9e3a1da2fb879062 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Running S3 Compatibility tests against SeaweedFS
This is using [the tests from CephFS](https://github.com/ceph/s3-tests).
## Prerequisites
- have Docker installed
- this has been executed on Mac. On Linux, the hostname in `s3tests.conf` needs to be adjusted.
## Running tests
- `./prepare.sh` to build the docker image
- `./run.sh` to execute all tests
|