Braedon-Wooding-Displayr commented on code in PR #742:
URL:
https://github.com/apache/arrow-rs-object-store/pull/742#discussion_r3409221317
##########
src/azure/client.rs:
##########
@@ -637,6 +756,7 @@ impl AzureClient {
.client
.delete(url.as_str())
.header(CONTENT_LENGTH, HeaderValue::from(0))
+ .with_azure_encryption_headers(&self.config.encryption_headers)
Review Comment:
Ohhh that's interesting. It does make sense why it wouldn't. Removed. I
added a small comment stating that we don't have to pass these keys.
--
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]