diff --git a/admin_manual/enterprise_external_storage/s3_swift_as_primary_object_store_configuration.rst b/admin_manual/enterprise_external_storage/s3_swift_as_primary_object_store_configuration.rst index 8650e22fa..1f7cb4263 100644 --- a/admin_manual/enterprise_external_storage/s3_swift_as_primary_object_store_configuration.rst +++ b/admin_manual/enterprise_external_storage/s3_swift_as_primary_object_store_configuration.rst @@ -1,6 +1,7 @@ ============================================================= Configuring S3 and OpenStack Swift Objects as Primary Storage ============================================================= + In ownCloud Enterprise Subscription, you can configure S3 objects as primary storage. This replaces the default data directory, which is ``/var/www/owncloud/data`` on default Linux installations, and @@ -98,6 +99,8 @@ into the virtual filesystem. The class to be used is ``\\OC\\Files\\ObjectStore\ 'url' => 'http://devstack:5000/v2.0', 'tenantName' => 'demo', 'serviceName' => 'swift', + // url Type, optional, public, internal or admin + 'urlType' => 'internal' ), ),