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:
parent
4e070fdbd5
commit
9132d59f6f
2 changed files with 9 additions and 9 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue