From 1092d07a3c32eac6d5502c7c6c9e99aaa777dc7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Duffeck?= Date: Wed, 22 Jun 2022 09:12:10 +0200 Subject: [PATCH] Add changelog --- changelog/unreleased/fix-0-byte-uploads.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/fix-0-byte-uploads.md 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