Skip to content

Instantly share code, notes, and snippets.

@vikas-git
Created December 6, 2019 05:33
Show Gist options
  • Save vikas-git/5988b8581f96b06a60cc007f76405332 to your computer and use it in GitHub Desktop.
Save vikas-git/5988b8581f96b06a60cc007f76405332 to your computer and use it in GitHub Desktop.
Basic setup and commands of AWS_CLI in python virtualenv
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