1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

update s3 multi configuration

This commit is contained in:
Robin Appelman 2025-06-06 18:11:59 +02:00
commit 4972a889eb

View file

@ -1,20 +1,5 @@
'objectstore' => [ 'objectstore' => [
'default' => [ 'default' => 'multi',
'class' => 'OC\Files\ObjectStore\S3',
'arguments' => [
'multibucket' => true,
'num_buckets' => 4,
'bucket' => 'nextcloud-',
'autocreate' => true,
'key' => 'minio',
'secret' => 'minio123',
'hostname' => 's3',
'port' => 9000,
'use_ssl' => false,
'use_path_style' => true,
'uploadPartSize' => 52428800,
],
],
'multi' => [ 'multi' => [
'class' => 'OC\Files\ObjectStore\S3', 'class' => 'OC\Files\ObjectStore\S3',
'arguments' => [ 'arguments' => [
@ -31,7 +16,7 @@
'uploadPartSize' => 52428800, 'uploadPartSize' => 52428800,
], ],
], ],
'since' => [ 'single' => [
'class' => 'OC\Files\ObjectStore\S3', 'class' => 'OC\Files\ObjectStore\S3',
'arguments' => [ 'arguments' => [
'bucket' => 'nextcloud-single', 'bucket' => 'nextcloud-single',