erickguan commented on code in PR #5226:
URL: https://github.com/apache/opendal/pull/5226#discussion_r1850749658


##########
core/src/layers/complete.rs:
##########
@@ -177,8 +177,19 @@ impl<A: Access> CompleteAccessor<A> {
             return Ok(RpStat::new(Metadata::new(EntryMode::DIR)));
         }
 
-        // Forward to inner if create_dir is supported.
-        if path.ends_with('/') && capability.create_dir {
+        if path.ends_with('/')

Review Comment:
   Ok. Happy to defer this problem to you!



-- 
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]

Reply via email to