Skip to content

Rewrite client-py's upload functions to use tus.io-based API #182

@achimnol

Description

Like javascript-based clients, let's use the tus.io protocol for the client-py.It has the following advantages:

  • All the advantages of tus.io protocol such as resuming uploads
  • More accurate progress bars
  • Authentication is done first before actually sending the payload, reducing possible network traffic waste upon authentication failure in the legacy API

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions