mirror of
https://github.com/versity/versitygw.git
synced 2026-01-05 03:24:04 +00:00
7 lines
151 B
Bash
Executable File
7 lines
151 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source ./tests/setup.sh
|
|
setup
|
|
aws --no-verify-ssl s3 rb s3://"$BUCKET_ONE_NAME"
|
|
aws --no-verify-ssl s3 rb s3://"$BUCKET_TWO_NAME"
|
|
teardown |