kemingy commented on code in PR #5979:
URL: https://github.com/apache/opendal/pull/5979#discussion_r2031323895
##########
core/src/services/azblob/core.rs:
##########
@@ -582,18 +523,8 @@ impl AzblobCore {
let source = build_abs_path(&self.root, from);
let target = build_abs_path(&self.root, to);
- let source = format!(
- "{}/{}/{}",
- self.endpoint,
- self.container,
- percent_encode_path(&source)
- );
- let target = format!(
- "{}/{}/{}",
- self.endpoint,
- self.container,
- percent_encode_path(&target)
- );
+ let source = self.build_path_url(&source);
Review Comment:
Thanks for your help.
--
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]