From 2ffff93bca4534c24a5431c7e4f04012f59a9395 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Wed, 30 Sep 2020 09:08:36 +0200 Subject: [PATCH] Add changelog --- accounts/changelog/unreleased/configurable-storage.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 accounts/changelog/unreleased/configurable-storage.md diff --git a/accounts/changelog/unreleased/configurable-storage.md b/accounts/changelog/unreleased/configurable-storage.md new file mode 100644 index 000000000..021368ea5 --- /dev/null +++ b/accounts/changelog/unreleased/configurable-storage.md @@ -0,0 +1,7 @@ +Change: Choose disk or cs3 storage for accounts and groups + +The accounts service now has an abstraction layer for the storage. In addition to the local disk implementation +we implemented a cs3 storage, which is the new default for the accounts service. + +https://github.com/owncloud/ocis/pull/623 +