Created
September 19, 2013 21:01
-
-
Save juliandunn/6629778 to your computer and use it in GitHub Desktop.
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
export AWS_ACCESS_KEY=AKIAXXXXXXXXXXXXXXXXXX | |
export AWS_SECRET_KEY=XXXX | |
export AWS_SSH_KEY_ID=xxxx | |
# Of course, the new Python Amazon tools need to use completely | |
# different environment variables. Really, guys? | |
export AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY | |
export AWS_SECRET_ACCESS_KEY=$AWS_SECRET_KEY | |
export AWS_DEFAULT_REGION=us-east-1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment