asukaminato0721 commented on code in PR #5647:
URL: https://github.com/apache/opendal/pull/5647#discussion_r1961751414
##########
core/src/services/cos/backend.rs:
##########
@@ -428,6 +429,7 @@ impl Access for CosBackend {
self.core
.cos_put_object_request(path, None, v, Buffer::new())?
}
+ PresignOperation::Delete(v) => todo!(),
Review Comment:
idk how to implement all these services.
--
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]