diff --git a/admin_manual/configuration_files/primary_storage.rst b/admin_manual/configuration_files/primary_storage.rst index 2e720b3f3..b6dc9b5d5 100644 --- a/admin_manual/configuration_files/primary_storage.rst +++ b/admin_manual/configuration_files/primary_storage.rst @@ -60,7 +60,7 @@ The class to be used is :code:`\\OC\\Files\\ObjectStore\\Swift` :: 'objectstore' => array( - 'class' => 'OC\\Files\\ObjectStore\\Swift', + 'class' => '\\OC\\Files\\ObjectStore\\Swift', 'arguments' => array( 'username' => 'username', 'password' => 'Secr3tPaSSWoRdt7', @@ -91,7 +91,7 @@ The class to be used is :code:`\\OC\\Files\\ObjectStore\\S3` :: 'objectstore' => array( - 'class' => 'OC\\Files\\ObjectStore\\S3', + 'class' => '\\OC\\Files\\ObjectStore\\S3', 'arguments' => array( 'bucket' => 'nextcloud', 'autocreate' => true,