This program is used to test quality of S3-compatible storage services based on download or upload duration.
-
Put storage configurations in separate
.env
files. For example:cp ./.env.sample ./.env.digitalocean
-
Configure
config.json
file for test, upload, and download settings.cp ./config.sample.json ./config.json
-
Prepare files that will be uploaded in correct directory.
-
Install dependencies and run the application
yarn yarn build yarn start
@TODO
@TODO