tustvold commented on code in PR #6194:
URL: https://github.com/apache/arrow-rs/pull/6194#discussion_r1705104339


##########
object_store/src/client/retry.rs:
##########
@@ -86,6 +86,12 @@ impl Error {
                 path,
                 source: Box::new(self),
             },
+            Some(StatusCode::UNAUTHORIZED | StatusCode::FORBIDDEN) => {

Review Comment:
   Do we want to distinguish these, or perhaps just handle Forbidden for now? 
Unauthorized is slightly different from an authorization failure, and normally 
indicates a missing or expired credential



-- 
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