This offer is only addressed to commercial customers including freelancers and entrepreneurs. All prices are exclusive of value added tax (VAT).
  • Share via email
  • Subscribe to blog alert

Implemented TUS protocol for resumable data upload

To address specific use cases where there might be interruptions in the data upload process, e.g. due to unstable internet connection or other, we have now implemented TUS (also spelled tus), an open protocol for resumable uploads.

It allows clients to upload data in chunks sized between 1 MB and 100 MB, which is not only convenient for the client but also reduces the load on the system and improves the overall efficiency of the upload process.

With one resumable upload, you can upload maximum 50 GB of data.

The resumable upload can be configured through our HTTP Data Recorder Service API and its dedicated endpoints, namely POSTPATCHHEAD, and OPTIONS.

images/confluence/download/attachments/5186820461/data_recorder_api-version-2-modificationdate-1760431675000-api-v2.png

Find out more at Data Recorder Service.

Resources:

For details about the TUS protocol, refer to https://tus.io/.

For already implemented clients which you can directly use, refer to https://tus.io/implementations.