We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8019f0 commit ca6360bCopy full SHA for ca6360b
entrypoint.sh
@@ -109,6 +109,9 @@ function main {
109
get_command
110
validate_source_and_destination
111
112
+ # Increase the max concurrent requests for se
113
+ aws configure set default.s3.max_concurrent_requests 255
114
+
115
aws --version
116
117
if [ "$COMMAND" == "cp" ] || [ "$COMMAND" == "mv" ] || [ "$COMMAND" == "sync" ]
0 commit comments