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


##########
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:
   I'm not familiar enough with the various authentication options available in 
Azure-land to know the implications of asking this, but if we can expose the 
information for the various options that would be ideal imo...



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