From 878cf475b006d62a687c9316a474cc38e815857c Mon Sep 17 00:00:00 2001 From: Jeremy Farnault Date: Fri, 27 Jan 2023 14:25:01 +1300 Subject: [PATCH] Increase the max concurrent requests --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index da1d89a..ec3f7e2 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -109,8 +109,8 @@ function main { get_command validate_source_and_destination - # Increase the max concurrent requests for se - aws configure set default.s3.max_concurrent_requests 255 + # Increase the max concurrent requests for s3 + aws configure set default.s3.max_concurrent_requests 1000 aws --version