-
Notifications
You must be signed in to change notification settings - Fork 13
Common Issues
abemusic edited this page Jun 7, 2012
·
3 revisions
We'll try to document and provide solutions for problems that keep popping up here:
boto.exception.NoAuthHandlerFound: No handler was ready to authenticate. 1 handlers were checked. ['QuerySignatureV2AuthHandler'] Check your credentials
This is most likely caused by boto (the underlying python library responsible for hitting Amazon's API) not being able to find your AWS credentials. There are a few ways to remedy this:
- Set AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY in your environment to the correct values.
- Set AWS_CREDENTIAL_FILE to a file stratus has access to and in it set AWSAccessKeyId and AWSSecretKey to the correct values.
- Configure your local boto configuration file according to http://code.google.com/p/boto/wiki/BotoConfig