Skip to content
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

Implement WebDAV support #370

Closed
Xuanwo opened this issue Jun 13, 2022 · 0 comments · Fixed by #1246
Closed

Implement WebDAV support #370

Xuanwo opened this issue Jun 13, 2022 · 0 comments · Fixed by #1246
Assignees
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@Xuanwo
Copy link
Member

Xuanwo commented Jun 13, 2022

https://datatracker.ietf.org/doc/html/rfc4918

For the first version, we only need to support:

  • create: PUT /path/to/file
  • read: GET /path/to/file
  • write: PUT /path/to/file
  • stat: HEAD /path/to/file
  • delete: DELETE /path/to/file
@Xuanwo Xuanwo changed the title WebDAV Implement WebDAV support Jun 13, 2022
@BohuTANG BohuTANG moved this to 📋 Backlog in Databend Storage Layer Jun 13, 2022
@Xuanwo Xuanwo moved this to 📋 Backlog in Xuanwo's Work Sep 15, 2022
@Xuanwo Xuanwo added good first issue Good for newcomers help wanted Extra attention is needed labels Jan 27, 2023
@Xuanwo Xuanwo self-assigned this Jan 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant