Last active
June 13, 2024 11:00
-
-
Save rajivmehtaflex/46cb9d057d4ca2d735b50e5c5d98b078 to your computer and use it in GitHub Desktop.
All AWS Related gist
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
brew install awscli | |
aws configure | |
aws s3 ls | |
sudo apt install s3fs tree -y && mkdir s3data && s3fs incite-client-data ./s3data | |
cd s3data/ | |
ls -alr | |
apt install tree | |
tree |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment