Skip to content

Commit d09f640

Browse files
Merge pull request #49933 from nextcloud/backport/49681/stable29
[stable29] add sse_c_key from S3 object storage properties config to list of sensitive values
2 parents 09f47f6 + bb96712 commit d09f640

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/private/SystemConfig.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ class SystemConfig {
9191
// S3
9292
'key' => true,
9393
'secret' => true,
94+
'sse_c_key' => true,
9495
// Swift v2
9596
'username' => true,
9697
'password' => true,

0 commit comments

Comments
 (0)