Created
July 30, 2021 10:39
-
-
Save adamazing/6d462d1379ab7ef03e2fba44dd22e389 to your computer and use it in GitHub Desktop.
How To Create An S3 Bucket With AWS CLI
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
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" | |
unzip awscliv2.zip | |
sudo ./aws/install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment