github.com/cs3org/reva/v2@v2.27.7/changelog/1.4.0_2020-11-17/uploads-refactor.md (about) 1 Enhancement: Refactor the uploading files workflow from various clients 2 3 Previously, we were implementing the tus client logic in the ocdav service, 4 leading to restricting the whole of tus logic to the internal services. This PR 5 refactors that workflow to accept incoming requests following the tus protocol 6 while using simpler transmission internally. 7 8 https://github.com/cs3org/reva/pull/1285 9 https://github.com/cs3org/reva/pull/1314