From 6ae7a613fbd1fe18e213257431025d8aebaecfe2 Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Fri, 26 Feb 2016 10:49:12 -0800 Subject: [PATCH] add urlType to example swift config --- .../s3_swift_as_primary_object_store_configuration.rst | 3 +++ 1 file changed, 3 insertions(+) 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' ), ),