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:
Daniel Kesselberg 2019-10-27 00:51:39 +02:00
parent 8e44e0134a
commit 83af640780
No known key found for this signature in database
GPG Key ID: 36E3664E099D0614
1 changed files with 4 additions and 1 deletions

View File

@ -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,