Commit 53f721ca by Han Su Kim

Merge pull request #947 from edx/han/sendlogstos3

fixing region variable
parents d9af0e0a 7549c736
......@@ -72,7 +72,7 @@ onerror() {
EOF
fi
echo "ERROR: syncing $s3_path on $instance_id"
{{ aws_cmd }} ses send-email --from {{ AWS_S3_LOGS_FROM_EMAIL }} --to {{ AWS_S3_LOGS_NOTIFY_EMAIL }} --message file://$message_file --region {{ region }}
{{ aws_cmd }} ses send-email --from {{ AWS_S3_LOGS_FROM_EMAIL }} --to {{ AWS_S3_LOGS_NOTIFY_EMAIL }} --message file://$message_file --region {{ aws_region }}
else
echo "Error syncing $s3_path on $instance_id"
fi
......
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