Skip to content

Strange hyper error with store.put #5350

Answered by tustvold
CorinJG asked this question in Q&A
Discussion options

You must be logged in to vote

It is trying to talk to an EC2 metadata endpoint to source credentials, this won't work on a local machine. If you provide it with credentials it should behave

https://docs.rs/object_store/latest/object_store/aws/struct.AmazonS3Builder.html#example

Alternatively you can disable signing if credentials are not required - https://docs.rs/object_store/latest/object_store/aws/struct.AmazonS3Builder.html#method.with_skip_signature

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by CorinJG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants