mirror of
https://github.com/nextcloud/server.git
synced 2026-04-25 16:19:06 -04:00
Merge pull request #32164 from nextcloud/pierreozoux-patch-2
This commit is contained in:
commit
d6be54e147
1 changed files with 2 additions and 0 deletions
|
|
@ -1467,6 +1467,8 @@ $CONFIG = [
|
|||
'region' => 'RegionOne',
|
||||
// The Identity / Keystone endpoint
|
||||
'url' => 'http://8.21.28.222:5000/v2.0',
|
||||
// uploadPartSize: size of the uploaded chunks, defaults to 524288000
|
||||
'uploadPartSize' => 524288000,
|
||||
// required on dev-/trystack
|
||||
'tenantName' => 'facebook100000123456789',
|
||||
// dev-/trystack uses swift by default, the lib defaults to 'cloudFiles'
|
||||
|
|
|
|||
Loading…
Reference in a new issue