suyanhanx commented on code in PR #3657: URL: https://github.com/apache/incubator-opendal/pull/3657#discussion_r1403115881
########## core/src/types/operator/blocking_operator.rs: ########## @@ -168,6 +170,12 @@ impl BlockingOperator { /// /// Refer to [RFC: List Prefix][crate::docs::rfcs::rfc_3243_list_prefix] for more details. /// + /// ## Services that not support `create_dir` + /// + /// For services that not support `create_dir`, `stat("test/")` will return `NotFound` even + /// when `test/abc` exists since the service won't have the concept of dir. There is nothing + /// we can do about this. Review Comment: For now, there is no content about whether these services that don't support create_dir are affected or not in the guide. -- 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