Commit c09f9b94 by e0d

Merge pull request #1577 from edx/e0d/large-logs

chunck size and related disable switch
parents aa0d10d5 cc0085a7
......@@ -108,4 +108,4 @@ availability_zone=$(ec2metadata --availability-zone)
region=${availability_zone:0:${{lb}}#availability_zone{{rb}} - 1}
s3_path="${2}/$sec_grp/"
$noop {{ aws_s3cmd }} sync $directory "s3://${bucket_path}/${sec_grp}/${instance_id}-${ip}/"
$noop {{ aws_s3cmd }} --multipart-chunk-size-mb 5120 --disable-multipart sync $directory "s3://${bucket_path}/${sec_grp}/${instance_id}-${ip}/"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment