object_store timeout #6578
-
I'm trying to download a public AWS S3 / Azure Storage Blob object using object_store. I read the Q&A about anonymous S3 here, but I still have the problem. However, I can download the object on S3 using Python boto3. My code goes like the following.
The code hangs and eventually prints out the following debug message.
Any pointers would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
The
|
Beta Was this translation helpful? Give feedback.
-
The error shows that it has retried 5 times, can you enable tokio tracing and report the log output. This will tell us what error it is encountering |
Beta Was this translation helpful? Give feedback.
-
The following is what I got before the error.
|
Beta Was this translation helpful? Give feedback.
This works fine on my computer
And prints a 403 permission denied