diff options
-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, |