1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 09:04:12 +02:00

smaller s3 chunk size

This commit is contained in:
Robin Appelman 2021-05-05 20:18:29 +02:00
commit 8100c9b66e

View file

@ -9,6 +9,7 @@
'hostname' => 's3',
'port' => 4566,
'use_ssl' => false,
'use_path_style'=>true
'use_path_style' => true,
'uploadPartSize' => 52428800,
],
],