Closed jjrodrig closed 5 years ago
Thank you for this PR and your patience.
I had a thorough look at your patch and there are two topic I would like to talk about:
Thanks @Acconut I've included my responses as comments in the code review
Thank you for the changes. I fixed a few trailing whitespace issues and also converted your Windows CRLF line endings back to Unix's LF.
Merged in https://github.com/tus/tus-java-client/commit/003ff8a906ab19c951cc8a54baee27e162c87f55.
This PR adds removeFingerprintOnSuccess config property to TusClient that allows to define whether the upload URL should be removed from the URL store after a successful upload.
This behaviour is disabled by default and should be enabled by calling:
Closes #26 issue