mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Adds uploadPartSize to config sample.
closes https://github.com/nextcloud/server/issues/24390 Signed-off-by: Pierre Ozoux <pierre@ozoux.net>
This commit is contained in:
parent
b1cb2e5340
commit
1de9c66a9d
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