Remove objectstore credentials
Also remove the username for Swift v2 and add todo for unclear keys. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
d77d94b1a0
commit
33dc7333a6
1 changed files with 4 additions and 1 deletions
|
@ -64,7 +64,7 @@ class SystemConfig {
|
|||
],
|
||||
'objectstore' => [
|
||||
'arguments' => [
|
||||
'password' => true,
|
||||
// @Todo: Is this still valid?
|
||||
'options' => [
|
||||
'credentials' => [
|
||||
'key' => true,
|
||||
|
@ -74,6 +74,9 @@ class SystemConfig {
|
|||
// S3
|
||||
'key' => true,
|
||||
'secret' => true,
|
||||
// Swift v2
|
||||
'username' => true,
|
||||
'password' => true,
|
||||
// Swift v3
|
||||
'user' => [
|
||||
'name' => true,
|
||||
|
|
Loading…
Reference in a new issue