Xuanwo opened a new issue, #2889: URL: https://github.com/apache/incubator-opendal/issues/2889
Hi, @Young-Flash, do you think it's a good idea to split the `impl WebdavFs for opendal` logic out to integrations? We can maintain a new crate called `dav-server-fs-opendal`. After this change, our depends will become: `oay` -> `dav-server-fs-opendal` -> `dav-server` & `opendal`. Benefits: - Make `oay` a thin wrapper bin instead of bunch of logic here. - Easier to test for dav related logic. - `dav-server` ecosystem could use `dav-server-fs-opendal` on their own needs. Also cc dav-server's maintainer @messense for ideas. -- 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]
