make_report_urls.Rd
Several HTML reports are emailed via an automated process. To do this a secure URL is to be generated as a download link. This function is to be used in an opinionated targets pipeline.
make_report_urls(aws_deploy_target, pattern = "")
List. Output from aws_s3_upload
String. Regex pattern for matching file paths
character URL for report
Collin Schwantes