mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Merge pull request #49681 from rriemann/patch-1
add sse_c_key from S3 object storage properties config to list of sensitive values
This commit is contained in:
commit
c249df613d
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