mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
update s3mb configs
This commit is contained in:
parent
4e070fdbd5
commit
9132d59f6f
2 changed files with 9 additions and 9 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue