Skip to content
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:

  1. Set AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY in your environment to the correct values.
  2. Set AWS_CREDENTIAL_FILE to a file stratus has access to and in it set AWSAccessKeyId and AWSSecretKey to the correct values.
  3. Configure your local boto configuration file according to http://code.google.com/p/boto/wiki/BotoConfig

Clone this wiki locally