Skip to content

Commit

Permalink
Merge pull request #49933 from nextcloud/backport/49681/stable29
Browse files Browse the repository at this point in the history
[stable29] add sse_c_key from S3 object storage properties config to list of sensitive values
  • Loading branch information
joshtrichards authored Jan 22, 2025
2 parents 09f47f6 + bb96712 commit d09f640
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/private/SystemConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ class SystemConfig {
// S3
'key' => true,
'secret' => true,
'sse_c_key' => true,
// Swift v2
'username' => true,
'password' => true,
Expand Down

0 comments on commit d09f640

Please sign in to comment.