Created
May 25, 2020 21:33
-
-
Save hunk/319d3a9a3510aa3d7990124360f52ccd to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
set -x | |
awslocal s3api create-bucket --acl public-read --bucket patito-bucket | |
set +x |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment