Xuanwo commented on code in PR #5274:
URL: https://github.com/apache/opendal/pull/5274#discussion_r1826911502


##########
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:
   > Should this also be done for `block` requests, for example, in 
`azblob_put_block_request`? Or the metadata will be only supported for `blobs`?
   
   Not sure for now; I will need some time to delve into the documentation.
   
   
   
   > I see that in `OSS` the metadata headers is also set for the 
`append_object_request`.
   
   I remember that only the first append request can include user metadata, but 
I'm not sure about that. Feel free to do more research on this.



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

Reply via email to