From 34ba1947abce5c4302a3d69afb7aff8886da8bd9 Mon Sep 17 00:00:00 2001 From: Curtis Parfitt-Ford Date: Thu, 1 Apr 2021 01:09:16 +0100 Subject: [PATCH] Document primary object storage breaking SSE Server-side encryption breaking when using object storage as a primary storage backend is significant, and people should be aware of it when reading documentation rather than running into the issue after having already set up Nextcloud. Signed-off-by: Curtis Parfitt-Ford --- admin_manual/configuration_files/primary_storage.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/admin_manual/configuration_files/primary_storage.rst b/admin_manual/configuration_files/primary_storage.rst index 57dc3431f..32fe0fc61 100644 --- a/admin_manual/configuration_files/primary_storage.rst +++ b/admin_manual/configuration_files/primary_storage.rst @@ -27,6 +27,9 @@ Because of this primary object stores usually perform better than when using the object store as external storage but it restricts being able to access the files from outside of Nextcloud. +.. warning:: Using an object store as primary storage will mean you are `unable to use + Nextcloud's server-side encryption functionality `_. + ------------- Configuration -------------