Browse Source

Remove objectstore credentials

S3: key and secret
Swift v3: user.name and user.password

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

10
lib/private/SystemConfig.php

@ -70,7 +70,15 @@ class SystemConfig {
'key' => true,
'secret' => true,
]
]
],
// S3
'key' => true,
'secret' => true,
// Swift v3
'user' => [
'name' => true,
'password' => true,
],
],
],
];

Loading…
Cancel
Save