Browse Source

Remove objectstore credentials

Also remove the username for Swift v2 and add todo for unclear keys.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
pull/17696/head
Daniel Kesselberg 7 years ago
parent
commit
83af640780
No known key found for this signature in database GPG Key ID: 36E3664E099D0614
  1. 5
      lib/private/SystemConfig.php

5
lib/private/SystemConfig.php

@ -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…
Cancel
Save