From 83af640780fd1532316b07bdfc68fd570c487a2c Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Sun, 27 Oct 2019 00:51:39 +0200 Subject: Remove objectstore credentials Also remove the username for Swift v2 and add todo for unclear keys. Signed-off-by: Daniel Kesselberg --- lib/private/SystemConfig.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/private') diff --git a/lib/private/SystemConfig.php b/lib/private/SystemConfig.php index 6cd2ef54dc3..e727dc95d5f 100644 --- a/lib/private/SystemConfig.php +++ b/lib/private/SystemConfig.php @@ -64,7 +64,7 @@ class SystemConfig { ], 'objectstore' => [ 'arguments' => [ - 'password' => true, + // @Todo: Is this still valid? 'options' => [ 'credentials' => [ 'key' => true, @@ -74,6 +74,9 @@ class SystemConfig { // S3 'key' => true, 'secret' => true, + // Swift v2 + 'username' => true, + 'password' => true, // Swift v3 'user' => [ 'name' => true, -- cgit v1.2.3