Xuanwo commented on code in PR #3657:
URL:
https://github.com/apache/incubator-opendal/pull/3657#discussion_r1403112476
##########
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:
> This should also be added to the upgrade guide.
Why? Behavior not changed for those services.
--
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]