Xuanwo commented on code in PR #5226:
URL: https://github.com/apache/opendal/pull/5226#discussion_r1848664200
##########
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:
Hi, let's keep this file unchanged. The `create_dir` capability check is
related to special handling for object storage. I will separate this part to
make it clearer.
--
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]