github.com/cs3org/reva/v2@v2.27.7/changelog/1.13.0_2021-09-14/fix-zero-file-size.md (about) 1 Bugfix: Fix uploads of empty files 2 3 This change fixes upload of empty files. 4 Previously this was broken and only worked for the 5 owncloud filesystem as it bypasses the semantics of the 6 InitiateFileUpload call to touch a local file. 7 8 https://github.com/cs3org/reva/pull/2055