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:
parent
4d44a52e45
commit
4972a889eb
1 changed files with 2 additions and 17 deletions
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue