Upload should use the TUS protocol
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 12
- Forks
- 10
- Avg merge
- 6h 23m
- Merged PRs (30d)
- 2
Description
Uploads currently use a simple Webdav PUT request to upload files. All clients use the TUS procotol for uploads, so the cdperf tools should use it, too.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in src/lib/api/dav.ts at lines 120-133, where uploads currently use a WebDAV PUT request. Review how the cdperf tools construct and execute that upload, then determine the TUS request flow needed for compatibility with the clients described in the issue. Done means file uploads use TUS instead of the current WebDAV PUT path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100