mirror of
https://github.com/versity/versitygw.git
synced 2026-04-18 19:55:02 +00:00
8 lines
152 B
Bash
Executable File
8 lines
152 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source ./tests/setup.sh
|
|
setup
|
|
aws --no-verify-ssl s3 mb s3://"$BUCKET_ONE_NAME"
|
|
aws --no-verify-ssl s3 mb s3://"$BUCKET_TWO_NAME"
|
|
teardown
|