muxinc / upchunk

Uploads Chunks! Takes big files, splits them up, then uploads each one with care (and PUT requests).
MIT License
337 stars 46 forks source link

tus comparison #16

Closed srhyne closed 4 years ago

srhyne commented 4 years ago

Hi there! Upchunk looks like a fantastic project. Bravo. Could anyone shed light on how Upchunk compares to tus? Does Mux support tus?

philcluff commented 4 years ago

Hey @srhyne,

Thanks for the kind words. Currently Mux exposes Google Cloud Storage URLs when you generate a Direct Upload, which don't currently support tus as an upload protocol, hence this project is closely tied to Google's resumable signed URL implementation.

Thanks!

srhyne commented 4 years ago

Thank you @GeneticGenesis!