roeap commented on code in PR #2374:
URL: https://github.com/apache/arrow-rs/pull/2374#discussion_r940492627


##########
object_store/src/azure.rs:
##########
@@ -627,6 +640,15 @@ impl MicrosoftAzureBuilder {
         self
     }
 
+    /// Set a TokenCredential to be used for authentication (required - one of 
token_credential ot access key)
+    pub fn with_token_credential(
+        mut self,
+        token_credential: Arc<dyn TokenCredential>,

Review Comment:
   There are a few, but I can make that work ... also just realized I did this 
against the upcoming version, so I have to do some method renaming anyhow... 



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