Closed legout closed 3 weeks ago
Hmm. Maybe we need to improve the errors here so we know which attribute failed in extraction.
I'm guessing it's possibly this line https://github.com/developmentseed/obstore/blob/eba5019dc896685457f9899ef37124eb50e59f03/pyo3-object_store/src/aws.rs#L74
Can you run
session.region_name
Is that None
?
Yes. session.region_name
is None
Adding any region_name
to boto3.Session
fixed this issue.
I was trying to connect to r2 using the following code:
But I get this error