Created
November 3, 2017 13:59
-
-
Save kknd22/362391ae9e2bbde143aba0a59205e91c to your computer and use it in GitHub Desktop.
aws-cli-s3-create-bucket.sh fakes3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aws s3api create-bucket --bucket e1-dev-local-dddd-bucket1 --region us-east-1 --endpoint-url http://localhost:7373 | |
aws s3api create-bucket --bucket e1-dev-local-dddd-bucket2 --region us-east-1 --endpoint-url http://localhost:7373 | |
aws s3api list-buckets --region us-east-1 --endpoint-url http://localhost:7373 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment