Receiving the following error when the build reaches the deployment phase:
No handler was ready to authenticate. 1 handlers were checked. [‘HmacAuthV1Handler’] Check your credentials
Trace:
create_application_revision loaded: {“applications”:[{“application_root”:"/",“revision_location”:{“revisionType”:“S3”,“s3Location”:{“bucket”:“app-bucket-name”,“key”:"app/versions/release-file}},“region”:“us-east-1”,“deployment_group”:“app-group”,“deployment_config”:“CodeDeployDefault.AllAtOnce”,“application_name”:“app”}]}
Bundling app from /home/ubuntu/app/files
Failed to upload to {u’bucket’: u’app-bucket-name’, u’key’: u’app/versions/release-file’} in us-east-1. Check:
- Your S3 bucket is in us-east-1
- The S3 location is correct for your app
- Your AWS credentials are correct
Unhandled exception
No handler was ready to authenticate. 1 handlers were checked. [‘HmacAuthV1Handler’] Check your credentials
((create_application_revision “/tmp/app_applications.json” “/tmp/app_revisions.json”)) returned exit code 1
Action failed: Create new revision of app
Is this an error with the boto? I’ve checked the AWS credentials and nothing is wrong with them