kassane commented on PR #5181: URL: https://github.com/apache/opendal/pull/5181#issuecomment-2420314080
My CI/CD test: https://github.com/kassane/opendal/actions/runs/11391182857 show ```bash warning: use of deprecated method `opendal::BlockingOperator::is_exist`: rename to `exists` for consistence with `std::fs::exists` --> src/operator.rs:530:22 | 530 | match op.deref().is_exist(path) { | ^^^^^^^^ | = note: `#[warn(deprecated)]` on by default ``` fixed in https://github.com/apache/opendal/pull/5198 ? -- 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]
