-
Notifications
You must be signed in to change notification settings - Fork 472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracking issue of implementing a Webdav Compatibility Layer for Oay #2586
Comments
The idea seems interesting, but it may not be effective for tracking issues. Have we considered how to divide the work into multiple pull requests? I think we need following steps:
|
This was referenced Jul 31, 2023
This was referenced Aug 9, 2023
This was referenced Aug 26, 2023
Most work is done, let's close. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi OpenDAL Community, this issue tracks the development of Webdav Compatibility Layer for Oay. It will update when we make progress, or for discussion, feel free to join together.
The basic idea is as follows:
frontends-webdav
feature for Oay.frontends-webdav
feature.WebDAVFs
that implements traits likefs::DavDirEntry
,fs::DavFile
,fs::DavFileSystem
,fs::DavMetaData
fromdav-server-rs
. Utilize various data operation operators (such as read, write, create_dir, stat) from the OpenDALoperator
to implement the interfaces of these traits.The text was updated successfully, but these errors were encountered: