HugoCasa opened a new issue, #315:
URL: https://github.com/apache/arrow-rs-object-store/issues/315

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   Object store requests using AWS panic if the HTTP request builder failed.
   It would be better and easier to handle if it returned an error instead.
   
   **Describe the solution you'd like**
   Replace the `expect` call by an error.
   
   **Describe alternatives you've considered**
   I've considered wrapping the s3 client requests with catch_unwind but it's 
cumbersome. 
   
   **Additional context**
   aws/credentials.rs line 366
   
   I can work on the PR.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to