mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
add urlType to example swift config
This commit is contained in:
parent
6daa756429
commit
6ae7a613fb
@ -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'
|
||||
),
|
||||
),
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user