Created
October 18, 2020 15:50
-
-
Save ShubhamRasal/0513cdb6bd8bb93c95ebfeac0c0fec06 to your computer and use it in GitHub Desktop.
create s3 bucket
This file contains hidden or 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 shubham-demo-bucket --region us-east-1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create s3 bucket