mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
14 lines
319 B
PHP
14 lines
319 B
PHP
'objectstore' => [
|
|
'class' => 'OC\Files\ObjectStore\S3',
|
|
'arguments' => [
|
|
'bucket' => 'nextcloud',
|
|
'autocreate' => true,
|
|
'key' => 'minio',
|
|
'secret' => 'minio123',
|
|
'hostname' => 's3',
|
|
'port' => 9000,
|
|
'use_ssl' => false,
|
|
'use_path_style' => true,
|
|
'uploadPartSize' => 52428800,
|
|
],
|
|
],
|