diff --git a/changelog/unreleased/fix-0-byte-uploads.md b/changelog/unreleased/fix-0-byte-uploads.md new file mode 100644 index 0000000000..74dcda6077 --- /dev/null +++ b/changelog/unreleased/fix-0-byte-uploads.md @@ -0,0 +1,5 @@ +Bugfix: Fix 0-byte-uploads + +We fixed a problem with 0-byte uploads by using TouchFile instead of going through TUS (decomposedfs and owncloudsql storage drivers only for now). + +https://github.com/cs3org/reva/pull/2998