Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add sse_c_key from S3 object storage properties config to list of sen…
…sitive values

Signed-off-by: Robert Riemann <[email protected]>
  • Loading branch information
rriemann authored Dec 5, 2024
commit ab8fdad6ca2b7485c2777941ed17ae326fb94e5d
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
Loading