mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
15 lines
357 B
PHP
15 lines
357 B
PHP
'objectstore_multibucket' => [
|
|
'class' => 'OC\Files\ObjectStore\S3',
|
|
'arguments' => [
|
|
'num_buckets' => 64,
|
|
'bucket' => 'nextcloud-',
|
|
'autocreate' => true,
|
|
'key' => 'dummy',
|
|
'secret' => 'dummyj',
|
|
'hostname' => 's3',
|
|
'port' => 4566,
|
|
'use_ssl' => false,
|
|
'use_path_style' => true,
|
|
'uploadPartSize' => 52428800,
|
|
],
|
|
],
|