kyle-mccarthy commented on code in PR #6194: URL: https://github.com/apache/arrow-rs/pull/6194#discussion_r1708082719
########## object_store/src/client/retry.rs: ########## @@ -86,6 +86,12 @@ impl Error { path, source: Box::new(self), }, + Some(StatusCode::UNAUTHORIZED | StatusCode::FORBIDDEN) => { Review Comment: I have always felt similarly about 401s, so I went with the gRPC conventions of `PermissionDenied` and `Unauthenticated`. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org