Skip to content

Commit

Permalink
fix: add sse_c_key from S3 object storage properties config to list o…
Browse files Browse the repository at this point in the history
…f sensitive values

Signed-off-by: Robert Riemann <[email protected]>
  • Loading branch information
rriemann authored and joshtrichards committed Jan 22, 2025
1 parent 23b980d commit 758fe6d
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 @@ -73,6 +73,7 @@ class SystemConfig {
// S3
'key' => true,
'secret' => true,
'sse_c_key' => true,
// Swift v2
'username' => true,
'password' => true,
Expand Down

0 comments on commit 758fe6d

Please sign in to comment.