Files
versitygw/tests/setup_static.sh
2024-02-15 20:50:42 -03:00

8 lines
120 B
Bash
Executable File

#!/bin/bash
source ./tests/setup.sh
setup
aws s3 mb s3://"$BUCKET_ONE_NAME"
aws s3 mb s3://"$BUCKET_TWO_NAME"
teardown