Skip to content

Commit ca6360b

Browse files
Trying to increase the max concurrent requests
1 parent a8019f0 commit ca6360b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

entrypoint.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ function main {
109109
get_command
110110
validate_source_and_destination
111111

112+
# Increase the max concurrent requests for se
113+
aws configure set default.s3.max_concurrent_requests 255
114+
112115
aws --version
113116

114117
if [ "$COMMAND" == "cp" ] || [ "$COMMAND" == "mv" ] || [ "$COMMAND" == "sync" ]

0 commit comments

Comments
 (0)