capless / warrant

Python library for using AWS Cognito. With support for SRP.
Apache License 2.0
468 stars 192 forks source link

Unable to locate credentials, does not login/authenticate #108

Closed mtairu closed 6 years ago

mtairu commented 6 years ago

botocore.exceptions.NoCredentialsError: Unable to locate credentials

warrant registers, but does not authenticate.

dl-eric commented 5 years ago

What was the fix?

dpretty commented 5 years ago

What was the fix?

@dl-eric I saw this error as well, setting AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment variables worked for me.