kevinjqliu commented on code in PR #742:
URL: 
https://github.com/apache/arrow-rs-object-store/pull/742#discussion_r3390836269


##########
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:
   ```suggestion
   ```
   remove this, delete operation does not require CPK, so we dont need to send 
headers
   
   
https://learn.microsoft.com/en-us/azure/storage/blobs/encryption-customer-provided-keys#blob-storage-operations-supporting-customer-provided-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]

Reply via email to