swanandx commented on issue #5286: URL: https://github.com/apache/opendal/issues/5286#issuecomment-2466654931
why are we passing a boolean to `if_not_exists` ? what will be behavior when we pass `false`? ```rust let _ = op.write_with(path, bs).if_not_exists(true).await?; ``` -- 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: commits-unsubscr...@opendal.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org