s3 Error: Unhandled(ConstructionFailure(MissingCredentials)) #203
Answered
by
ejstembler
ejstembler
asked this question in
Q&A
-
I'm attempting to run the s3 example at s3-helloworld.rs with my own bucket, however, I'm getting this error: Error: Unhandled(ConstructionFailure(MissingCredentials)) Am I missing something? I have my ENV vars set: env | grep AWS_
AWS_REGION=us-east-1
AWS_ACCESS_KEY_ID=...
AWS_SECRET_KEY=... |
Beta Was this translation helpful? Give feedback.
Answered by
ejstembler
Aug 22, 2021
Replies: 2 comments
-
Never mind. I just noticed the crate is looking for |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rcoh
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Never mind. I just noticed the crate is looking for
AWS_SECRET_ACCESS_KEY
and notAWS_SECRET_KEY
. It's working now.