${pipeline_name}: ZimData processing has finished


Your data can be found at ${aws_path}/${log_prefix}*
export PREFIX="${log_prefix}"
export DATA_DIR="/data/${pipeline_name}"
aws s3 sync "${aws_path}" "$DATA_DIR/" --exclude="*" --include="$PREFIX*"

Completed processing: