Created
December 6, 2019 05:33
-
-
Save vikas-git/5988b8581f96b06a60cc007f76405332 to your computer and use it in GitHub Desktop.
Basic setup and commands of AWS_CLI in python virtualenv
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
pip install boto3 | |
python manage.py runserver | |
pip install awscli | |
aws --version | |
aws configure # set configuration of user | |
aws s3 ls # get listing of all buckets | |
aws s3 ls s3://imageprocess-python/ # access certain bucket |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment