diff --git a/changelog/unreleased/fix-use-cs3apis-up-and-download-workflow-accounts.md b/changelog/unreleased/fix-use-cs3apis-up-and-download-workflow-accounts.md new file mode 100644 index 000000000..c24a55382 --- /dev/null +++ b/changelog/unreleased/fix-use-cs3apis-up-and-download-workflow-accounts.md @@ -0,0 +1,9 @@ +Bugfix: Use the CS3api up- and download workflow for the accounts service + +We've fixed the interaction of the accounts service with the metadata storage +after bypassing the InitiateUpload and InitiateDownload have been removed +from various storage drivers. The accounts service now uses the proper +CS3apis workflow for up- and downloads. + +https://github.com/owncloud/ocis/pull/2837 +https://github.com/cs3org/reva/pull/2309