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

update s3mb configs

This commit is contained in:
Robin Appelman 2023-07-11 16:15:35 +02:00
commit 9132d59f6f
2 changed files with 9 additions and 9 deletions

View file

@ -6,10 +6,10 @@
'num_buckets' => 64,
'bucket' => 'nextcloud-',
'autocreate' => true,
'key' => 'dummy',
'secret' => 'dummyj',
'key' => 'minio',
'secret' => 'minio123',
'hostname' => 's3',
'port' => 4566,
'port' => 9000,
'use_ssl' => false,
'use_path_style' => true,
'uploadPartSize' => 52428800,
@ -20,10 +20,10 @@
'arguments' => [
'bucket' => 'nextcloud-root',
'autocreate' => true,
'key' => 'dummy',
'secret' => 'asd',
'key' => 'minio',
'secret' => 'minio123',
'hostname' => 's3',
'port' => 4566,
'port' => 9000,
'use_ssl' => false,
'use_path_style' => true,
'uploadPartSize' => 52428800,