winding-lines commented on code in PR #3541:
URL: https://github.com/apache/arrow-rs/pull/3541#discussion_r1085292445
##########
object_store/src/gcp/credential.rs:
##########
@@ -138,9 +158,12 @@ impl OAuthProvider {
random: ring::rand::SystemRandom::new(),
})
}
+}
+#[async_trait]
+impl TokenProvider for OAuthProvider {
Review Comment:
Yeap, I copied the pattern from the `aws` implementation but used a simpler
type.
--
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]