https://delta.io logo
i

Irina Truong

07/25/2023, 8:53 PM
đź‘‹ hi all, new user here. I have an error reading a delta dataset from a public s3 bucket with
anon: True
. Filed an issue about it, but didn't get any response yet. Probably doing something completely wrong, but I don't know what. Any advice? https://github.com/delta-io/delta-rs/issues/1554
s

shingo

07/26/2023, 2:03 AM
Hi Irina, I have reproduced your use case on my local machine and confirmed the error. I believe this is due to the underlying
object_store
crate attempting to retrieve the instance metadata via IMDSv2 *(*http://169.254.169.254/latest/api/token) and failing because your "workstation" is not an EC2 instance.
This thread might help you to understand what is going on: https://delta-users.slack.com/archives/C013LCAEB98/p1688688536894189 And this is a relating issue: https://github.com/delta-io/delta-rs/issues/809
@rtyler @Robert
i

Irina Truong

07/26/2023, 7:18 PM
thank you @shingo
👍 1
d

Daniel

09/11/2023, 3:16 PM
“workstation” is not an EC2 instance.
Hiya, so one must always provide
AWS_ACCESS_KEY_ID
and
AWS_SECRET_ACCESS_KEY
?