mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix: add sse_c_key from S3 object storage properties config to list of sensitive values
Signed-off-by: Robert Riemann <robert@riemann.cc>
This commit is contained in:
parent
23b980d1cb
commit
758fe6dc9d
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ class SystemConfig {
|
|||
// S3
|
||||
'key' => true,
|
||||
'secret' => true,
|
||||
'sse_c_key' => true,
|
||||
// Swift v2
|
||||
'username' => true,
|
||||
'password' => true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue