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:
Robert Riemann 2024-12-05 19:25:36 +01:00 committed by GitHub
parent bca864d76d
commit ab8fdad6ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,6 +73,7 @@ class SystemConfig {
// S3
'key' => true,
'secret' => true,
'sse_c_key' => true,
// Swift v2
'username' => true,
'password' => true,