mmontagna / zfs3backup

Backup zfs snapshots to S3.
Other
12 stars 3 forks source link

Getting Credentials error #1

Closed Fyb3roptik closed 3 years ago

Fyb3roptik commented 3 years ago

I have both a config file (chmod 777) and env variables (for testing). It still is not working! Please help!

botocore.exceptions.NoCredentialsError: Unable to locate credentials
Fyb3roptik commented 3 years ago

I have figured this out. The README does not state WHAT to name the ENV variables. They need to be AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY and AWS_REGION

mmontagna commented 3 years ago

Glad you got it. Yeah it uses the standard boto3 credential system.