From 7c1d2366c4af3c7d13f3eba7913d07a38bc916ff Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Sat, 7 Jan 2023 23:58:12 +0000 Subject: [PATCH] boto3_config with multipart_threshold --- containers/jug/boto3_config | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 containers/jug/boto3_config diff --git a/containers/jug/boto3_config b/containers/jug/boto3_config new file mode 100644 index 000000000..e6c29589e --- /dev/null +++ b/containers/jug/boto3_config @@ -0,0 +1,3 @@ +[default] +s3 = + multipart_threshold = 64MB -- GitLab