You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Out of the box dsnap list says botocore.exceptions.NoCredentialsError: Unable to locate credentials. I can't seem to find anything in the README about how to set up credentials
edit: I see the "IAM Permissions" section but I don't know how that relates to the credentials file and how that relates to the IAM settings at AWS
The text was updated successfully, but these errors were encountered:
So dsnap uses the default AWS credential lookup behavior, so you should be able to use credentials in the same way as the aws cli. Which would be in the environment, then the default profile, unless you explicitly use a different profile with --profile or AWS_PROFILE
Granted, I believe there may be an issue with setting the profile in the environment currently. If so you can use the --profile flag explicitly.
I agree this would be a good thing to document however.
Out of the box
dsnap list
saysbotocore.exceptions.NoCredentialsError: Unable to locate credentials
. I can't seem to find anything in the README about how to set up credentialsedit: I see the "IAM Permissions" section but I don't know how that relates to the credentials file and how that relates to the IAM settings at AWS
The text was updated successfully, but these errors were encountered: