owncloud / owncloud/cdperf

Upload should use the TUS protocol

Open
#43 0 comments 0 reactions 0 assignees View on GitHub

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.

See
https://github.com/owncloud/cdperf/blob/3b88374ca575e1086052fb7fff9cc77080651a43/src/lib/api/dav.ts#L120-L133

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.