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 committed by Backportbot
parent d77d94b1a0
commit 33dc7333a6

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,