Skip to content

Tracking issue of implementing a Webdav Compatibility Layer for Oay #2586

@Young-Flash

Description

@Young-Flash

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:

  • Add a frontends-webdav feature for Oay.
  • Introduce the dav-server-rs dependency (Apache License, Version 2.0) and hide it within the frontends-webdav feature.
  • Make a struct named WebDAVFs that implements traits like fs::DavDirEntry, fs::DavFile, fs::DavFileSystem, fs::DavMetaData from dav-server-rs. Utilize various data operation operators (such as read, write, create_dir, stat) from the OpenDAL operator to implement the interfaces of these traits.
  • Setup integration tests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions