Created
February 22, 2011 13:32
-
-
Save garnaat/838663 to your computer and use it in GitHub Desktop.
How to Add Internet Archive Credentials to the boto config file
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
[Credentials] | |
aws_access_key_id = <my aws access key> | |
aws_secret_access_key = <my aws secret key> | |
gs_access_key_id=<my Google Storage access key> | |
gs_secret_access_key=<my Google Storage secret key> | |
euca_access_key_id=<my Eucalyptus ECC access key> | |
euca_secret_access_key=<my Eucalyptus ECC secret key> | |
ia_access_key_id=<my Internet Archive access key> | |
ia_secret_access_key=<my Internet Archive secret key> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment