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

View file

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