Xuanwo commented on code in PR #2909:
URL:
https://github.com/apache/incubator-opendal/pull/2909#discussion_r1302607591
##########
core/src/services/s3/core.rs:
##########
@@ -433,7 +433,7 @@ impl S3Core {
}
let mut req = req
- .header(constants::X_AMZ_COPY_SOURCE, percent_encode_path(&source))
+ .header(constants::X_AMZ_COPY_SOURCE, &source)
Review Comment:
Thanks a lot! Would you like to add a behavior test case for us to avoid
this breaking again?
--
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]