Braedon-Wooding-Displayr commented on code in PR #742:
URL: 
https://github.com/apache/arrow-rs-object-store/pull/742#discussion_r3409226402


##########
src/azure/credential.rs:
##########
@@ -278,6 +282,12 @@ pub(crate) trait CredentialExt {
         credential: &Option<impl Deref<Target = AzureCredential>>,
         account: &str,
     ) -> Self;
+
+    /// Override the Azure Blob service version used for a single request.
+    ///
+    /// [`with_azure_authorization`](Self::with_azure_authorization) preserves 
an
+    /// explicit version header instead of replacing it with the backend 
default.
+    fn with_azure_version(self, version: &'static str) -> Self;

Review Comment:
   Yeh I was being lazy here keeping it in credentials, moved out.



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