github.com/cs3org/reva/v2@v2.27.7/changelog/2.25.0_2024-09-30/write-upload-sessions-atomically.md (about) 1 Bugfix: Write upload session info atomically 2 3 We now use a lock and atomic write on upload session metadata to prevent empty reads. A virus scan event might cause the file to be truncated and then a finished event might try to read the file, just getting an empty string. 4 5 https://github.com/cs3org/reva/pull/4850