Skip to content

Commit

Permalink
Trying to increase the max concurrent requests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-farnault committed Jan 27, 2023
1 parent a8019f0 commit ca6360b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ function main {
get_command
validate_source_and_destination

# Increase the max concurrent requests for se
aws configure set default.s3.max_concurrent_requests 255

aws --version

if [ "$COMMAND" == "cp" ] || [ "$COMMAND" == "mv" ] || [ "$COMMAND" == "sync" ]
Expand Down

0 comments on commit ca6360b

Please sign in to comment.