Skip to content

1.0.2

Compare
Choose a tag to compare
@TrueBrain TrueBrain released this 02 Sep 19:32
b9bc0d3
Fix #65: report errors in tarballs/zipfiles to the user (#68)

This is a bit of a hack in comparison with the normal validation
method, but these errors happen on upload, where the other errors
happen on validation.

Sadly, the tusd implementation is a bit wonky, and we cannot really
communicate back with the client when we found such error during
upload (as strictly seen the upload succeeded fine; the content
is broken). So we cannot report the error on upload, and as such
are forced to do it after upload.