asukaminato0721 commented on code in PR #5647:
URL: https://github.com/apache/opendal/pull/5647#discussion_r1961752265
##########
core/tests/behavior/async_presign.rs:
##########
@@ -138,3 +139,9 @@ pub async fn test_presign_read(op: Operator) -> Result<()> {
op.delete(&path).await.expect("delete must succeed");
Ok(())
}
+
+/// Presign delete should succeed.
+pub async fn test_presign_delete(op: Operator) -> Result<()> {
+ todo!();
Review Comment:
and how to write delete test here?
--
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]