Skip to content

Commit

Permalink
Some swift v3 example config
Browse files Browse the repository at this point in the history
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
  • Loading branch information
rullzer committed Feb 22, 2018
1 parent 45fdda6 commit 065b124
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions config/config.sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -1214,6 +1214,28 @@
],
],

/**
* 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
Expand Down

0 comments on commit 065b124

Please sign in to comment.