AWS CLI: Difference between revisions
Jump to navigation
Jump to search
Line 51: | Line 51: | ||
|- | |- | ||
|valign='top'| | |valign='top'| | ||
* [https://superuser.com/questions/279986/ AWS » S3 » cURL Upload] | |||
* [https://stackoverflow.com/questions/44751574/ AWS » S3 » cURL Route] | * [https://stackoverflow.com/questions/44751574/ AWS » S3 » cURL Route] | ||
* [[Google Cloud CLI]] | * [[Google Cloud CLI]] | ||
* [[Online App]] | * [[Online App]] | ||
* [[VSCode]] | |||
* [[CLI App]] | * [[CLI App]] | ||
* [[ | * [[MinIO]] | ||
|valign='top'| | |valign='top'| |
Revision as of 22:23, 28 June 2024
wget -cq https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip -P ${HOME}/Downloads
unzip -q ${HOME}/Downloads/awscli-exe-linux-x86_64.zip -d ${HOME}/Downloads/
rm -rf ${HOME}/Downloads/awscli-exe-linux-x86_64.zip
sudo ${HOME}/Downloads/aws/install
rm -rf ${HOME}/Downloads/aws
Playground
aws --version
aws configure
|
cat ~/.aws/credentials
cat ~/.aws/config
|
|
| ||
References
| ||