Skip to content

Commit

Permalink
Merge pull request #48 from addelany/main
Browse files Browse the repository at this point in the history
update endpoint
  • Loading branch information
addelany authored Nov 17, 2023
2 parents 4b38f88 + 7177666 commit 3aff143
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions R/build_forecast_scores.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ build_forecast_scores <- function(table_schema,
))

}else{
## MOVE THIS INTO IT'S OWN IF STATEMENT LATER (CONDITION IS ONLY TRUE WHEN RUNNING NOAA BUILD -- FOR NOW)
aws_asset_link <- paste0("s3://anonymous@",
aws_download_path,
#"/model_id=", model_id,
"?endpoint_override=",config$noaa_endpoint)

link_list = list(
list(
Expand Down

0 comments on commit 3aff143

Please sign in to comment.