aws s3api create-bucket \ | |
--bucket <my_bucket_name> \ | |
--region us-east-1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
aws s3api create-bucket \ | |
--bucket <my_bucket_name> \ | |
--region us-east-1 |