mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 10:03:32 -04:00
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
bca864d76d
commit
ab8fdad6ca
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