diff --git a/scripts/make-s3-redirects.sh b/scripts/make-s3-redirects.sh index 9e68de1a529b..9e8a05f45750 100755 --- a/scripts/make-s3-redirects.sh +++ b/scripts/make-s3-redirects.sh @@ -14,7 +14,7 @@ redirects_file="./redirects.txt" aws s3 cp "s3://${destination_bucket}/redirects.txt" "$redirects_file" --region "$(aws_region)" echo "Processing S3 redirects ${destination_bucket}..." -batch_size=50 +batch_size=5 command_count=0 IFS="|" while read key location; do