diff options
author | Daniel Kesselberg <mail@danielkesselberg.de> | 2019-10-31 20:42:41 +0100 |
---|---|---|
committer | Daniel Kesselberg <mail@danielkesselberg.de> | 2019-10-31 20:42:41 +0100 |
commit | f81c6adad6bb0c67bdf4325a15e90a210d2e4ff2 (patch) | |
tree | 2ef553ebe5c86519570dd5df0ccd9f4526b02321 /lib | |
parent | 83af640780fd1532316b07bdfc68fd570c487a2c (diff) | |
download | nextcloud-server-f81c6adad6bb0c67bdf4325a15e90a210d2e4ff2.tar.gz nextcloud-server-f81c6adad6bb0c67bdf4325a15e90a210d2e4ff2.zip |
Add information about credentials
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/SystemConfig.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/SystemConfig.php b/lib/private/SystemConfig.php index e727dc95d5f..64cc805f9f3 100644 --- a/lib/private/SystemConfig.php +++ b/lib/private/SystemConfig.php @@ -64,7 +64,7 @@ class SystemConfig { ], 'objectstore' => [ 'arguments' => [ - // @Todo: Is this still valid? + // Legacy Swift (https://github.com/nextcloud/server/pull/17696#discussion_r341302207) 'options' => [ 'credentials' => [ 'key' => true, |