mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
smaller s3 chunk size
This commit is contained in:
parent
08f811b0e7
commit
8100c9b66e
1 changed files with 2 additions and 1 deletions
|
|
@ -9,6 +9,7 @@
|
|||
'hostname' => 's3',
|
||||
'port' => 4566,
|
||||
'use_ssl' => false,
|
||||
'use_path_style'=>true
|
||||
'use_path_style' => true,
|
||||
'uploadPartSize' => 52428800,
|
||||
],
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue