mirror of
https://github.com/versity/versitygw.git
synced 2026-02-03 17:02:02 +00:00
7 lines
112 B
Bash
7 lines
112 B
Bash
#!/usr/bin/env bash
|
|
|
|
. ./aws_env_setup.sh
|
|
|
|
aws s3 mb s3://test
|
|
aws s3 cp docker-compose.yml s3://test/test.yaml
|