Xuanwo commented on code in PR #5958:
URL: https://github.com/apache/opendal/pull/5958#discussion_r2029870528
##########
core/src/services/azblob/writer.rs:
##########
@@ -141,9 +167,12 @@ impl oio::BlockWrite for AzblobWriter {
.azblob_complete_put_block_list(&self.path, block_ids, &self.op)
.await?;
+ // skip extracting content-md5 here because it refers to the content
of the request,
Review Comment:
Maybe we can move this comment to the function itself?
##########
core/src/services/azblob/backend.rs:
##########
@@ -39,6 +39,7 @@ use super::lister::AzblobLister;
use super::writer::AzblobWriter;
use super::writer::AzblobWriters;
use crate::raw::*;
+use crate::services::core::constants::X_MS_VERSION_ID;
Review Comment:
How about using `use super::core::constants::X_MS_VERSION_ID`
--
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]