We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey, folks.
using AWSS3, AWS, FilePathsBase; region = "eu-west-1" aws_config = global_aws_config(; region = region)
ERROR: LoadError: Can't find AWS credentials! Stacktrace: [1] AWSCredentials(; profile::Nothing, throw_cred_error::Bool) @ AWS ~/.julia/packages/AWS/wwLKx/src/AWSCredentials.jl:145 [2] #global_aws_config#91 @ ~/.julia/packages/AWS/wwLKx/src/AWS.jl:81 [inlined]
Affected versions:
Could you suggest some fix that could help to resolve the issue?
The text was updated successfully, but these errors were encountered:
Are your ~/.aws/config or ~/.aws/credentials files populate?
~/.aws/config
~/.aws/credentials
Sorry, something went wrong.
Good morning, yes I have an aws config. Weird think, that nothing was changed in them, but suddenly stopped working
> cat ~/.aws/config [default] region = eu-west-1
Good news. The issue disappeared automatically. Apparently, some glitch in the AWS
No branches or pull requests
Hey, folks.
I got a problem once I try to run this code
The error with the stack trace:
Affected versions:
Could you suggest some fix that could help to resolve the issue?
The text was updated successfully, but these errors were encountered: