increase multipart chunk size

This commit is contained in:
jaina heartles 2024-12-29 18:48:16 -05:00
parent a112972009
commit d734274b8a

View file

@ -52,7 +52,7 @@ in {
function upload () {
name="$1"
age -r "$ageRecipient" | s3cmd put --config "${s3Cfg}" - "$s3Dir/$name.age"
age -r "$ageRecipient" | s3cmd put --config "${s3Cfg}" - "$s3Dir/$name.age" --multipart-chunk-size-mb=100
}
echo "Uploading config"