jorgehermo9 commented on code in PR #5274: URL: https://github.com/apache/opendal/pull/5274#discussion_r1826557061
########## core/src/services/azblob/core.rs: ########## @@ -243,12 +245,19 @@ impl AzblobCore { let mut req = Request::put(&url); + if let Some(user_metadata) = args.user_metadata() { Review Comment: I see that in `OSS` the metadata headers is also set for the `append_object_request`. Should the azure append blob requests also send these headers? `azblob_append_blob_request`, `azblob_init_appendable_blob_request`, etc..? -- 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: commits-unsubscr...@opendal.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org