GitHub user QazCetelic closed a discussion: Return whether file has been deleted succesfully when `delete` is used.
This avoids needing to stat the object ~~afterwards~~ beforehand [delete](https://docs.rs/opendal/latest/opendal/struct.Operator.html#method.delete) currently returns `Result<()>`. This could be changed to `bool` or `Option<bool>` if some backends don't provide that information. GitHub link: https://github.com/apache/opendal/discussions/7414 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
