diff --git a/changelog/unreleased/fix-create-version-folder-eos.md b/changelog/unreleased/fix-create-version-folder-eos.md new file mode 100644 index 0000000000..1a4fdb308c --- /dev/null +++ b/changelog/unreleased/fix-create-version-folder-eos.md @@ -0,0 +1,9 @@ +Bugfix: Fix create version folder in EOS driver + +In a read only share, a stat could fail, beacause the EOS +storage driver was not able to create the version folder +for a file in case this did not exist. +This fixes this bug impersonating the owner of the +file when creating the version folder. + +https://github.com/cs3org/reva/pull/3765