chitralverma commented on issue #6535: URL: https://github.com/apache/opendal/issues/6535#issuecomment-3257768928
> Really appreciated, but it would be better to split this into multiple PRs to reduce the review effort. I'd love for us to move quickly. Sure, will do. > The simulated logic in OpenDAL is quite complex to maintain. My expectation is that we can split these simulated operations, such as create_dir for S3 or stat a dir for S3, into separate layers, allowing users to enable only the ones they need. In the same way, we could implement the functionality in a GlobLayer so users can activate it only when required. I wasn;t able to follow this completely, i thought the different operations were already part of the backends. Like the [lister](https://github.com/apache/opendal/blob/b018ba94c256133f12905e0f95e1f79c0f562999/core/src/services/s3/backend.rs#L1094), [stat](https://github.com/apache/opendal/blob/b018ba94c256133f12905e0f95e1f79c0f562999/core/src/services/s3/backend.rs#L1030) for S3. or is this related to [opfs](https://github.com/apache/opendal/issues/2442) ? -- 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