suyanhanx commented on code in PR #1870:
URL:
https://github.com/apache/incubator-opendal/pull/1870#discussion_r1160516484
##########
core/src/services/webdav/backend.rs:
##########
@@ -549,6 +564,31 @@ impl WebdavBackend {
self.client.send_async(req).await
}
+ async fn webdav_copy(&self, from: &str, to: &str) ->
Result<Response<IncomingAsyncBody>> {
Review Comment:
For nested destinations, need to use MKCOL to ensure the parent path.
--
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]