tao12345666333 commented on code in PR #6982:
URL: https://github.com/apache/opendal/pull/6982#discussion_r2613792042
##########
core/services/b2/src/backend.rs:
##########
@@ -394,6 +394,7 @@ impl Access for B2Backend {
ErrorKind::Unsupported,
"operation is not supported",
)),
+ _ => todo!(),
Review Comment:
Removed the leftover `todo!()` and now return `Unsupported` for delete; all
presign variants are handled explicitly.
--
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]