aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Riemann <robert@riemann.cc>2024-12-05 19:25:36 +0100
committerJosh Richards <josh.t.richards@gmail.com>2025-01-22 08:42:45 -0500
commitef47a4686f5006f0976fb01019e759e8d9d3015d (patch)
tree44daf47c357b62bbd8804bf33192b7115f2503b7
parent08caae812f3ad160458e447f8823cb2ca1342fa5 (diff)
downloadnextcloud-server-backport/49681/stable30.tar.gz
nextcloud-server-backport/49681/stable30.zip
fix: add sse_c_key from S3 object storage properties config to list of sensitive valuesbackport/49681/stable30
Signed-off-by: Robert Riemann <robert@riemann.cc>
-rw-r--r--lib/private/SystemConfig.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/SystemConfig.php b/lib/private/SystemConfig.php
index 5818f78f962..d3fd1f2ab04 100644
--- a/lib/private/SystemConfig.php
+++ b/lib/private/SystemConfig.php
@@ -73,6 +73,7 @@ class SystemConfig {
// S3
'key' => true,
'secret' => true,
+ 'sse_c_key' => true,
// Swift v2
'username' => true,
'password' => true,