Closed adhocore closed 1 year ago
currently ~/.tus.json caches location like
~/.tus.json
{ "sha1key": { "location": "http://somehost/files/path" } }
but this is problematic as tusc is meant to upload a file to many tusd servers as we dont know which server this location data is for.
tusc
the solution is to namespace location by host eg:
{ "sha1key": { "lochost1": "http://host1/files/path1", "lochost2": "http://host2/files/path2" } }
currently
~/.tus.json
caches location likebut this is problematic as
tusc
is meant to upload a file to many tusd servers as we dont know which server this location data is for.the solution is to namespace location by host eg: