Some swift v3 example config

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
pull/8359/head
Roeland Jago Douma 6 years ago committed by Robin Appelman
parent 9a201bd7fa
commit ae720b3881
No known key found for this signature in database
GPG Key ID: 42B69D8A64526EFB

@ -1214,6 +1214,28 @@ $CONFIG = array(
],
],
/**
* To use swift V3
*/
'objectstore' => [
'class' => 'OC\\Files\\ObjectStore\\Swift',
'arguments' => [
'autocreate' => true,
'user' => [
'name' => 'swift',
'password' => 'swift',
'domain' => [
'name' => 'default',
]
],
'tenantName' => 'service',
'serviceName' => 'swift',
'region' => 'regionOne',
'url' => "http://yourswifthost:5000/v3",
'bucket' => 'nextcloud'
],
],
/**
* Sharing

Loading…
Cancel
Save