Remove objectstore credentials
S3: key and secret Swift v3: user.name and user.password Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
459e71638d
commit
8e44e0134a
1 changed files with 9 additions and 1 deletions
|
@ -70,7 +70,15 @@ class SystemConfig {
|
|||
'key' => true,
|
||||
'secret' => true,
|
||||
]
|
||||
]
|
||||
],
|
||||
// S3
|
||||
'key' => true,
|
||||
'secret' => true,
|
||||
// Swift v3
|
||||
'user' => [
|
||||
'name' => true,
|
||||
'password' => true,
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue