Skip to content

Instantly share code, notes, and snippets.

@kknd22
Created November 3, 2017 13:59
Show Gist options
  • Save kknd22/362391ae9e2bbde143aba0a59205e91c to your computer and use it in GitHub Desktop.
Save kknd22/362391ae9e2bbde143aba0a59205e91c to your computer and use it in GitHub Desktop.
aws-cli-s3-create-bucket.sh fakes3
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