Skip to content

Commit

Permalink
Use centralized upload-to-s3
Browse files Browse the repository at this point in the history
This workflow does not send messages to Slack, so use the --quiet option
to disable the centralized script's default behavior of sending Slack
messages.
  • Loading branch information
victorlin committed Aug 10, 2023
1 parent 1f682ac commit 9956d1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 57 deletions.
56 changes: 0 additions & 56 deletions ingest/bin/upload-to-s3

This file was deleted.

2 changes: 1 addition & 1 deletion ingest/workflow/snakemake_rules/upload.smk
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ rule upload_to_s3:
cloudfront_domain = config["upload"].get("s3", {}).get("cloudfront_domain", "")
shell:
"""
./bin/upload-to-s3 {input:q} {params.s3_dst:q}/{wildcards.remote_file_name:q} {params.cloudfront_domain}
./vendored/upload-to-s3 --quiet {input:q} {params.s3_dst:q}/{wildcards.remote_file_name:q} {params.cloudfront_domain}
"""

0 comments on commit 9956d1f

Please sign in to comment.