Skip to content

Commit

Permalink
correct scores path
Browse files Browse the repository at this point in the history
  • Loading branch information
rqthomas committed Nov 11, 2023
1 parent 2035f72 commit 403b202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submission_processing/process_submissions.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if(length(submissions) > 0){
access_key = Sys.getenv("OSN_KEY"),
secret_key = Sys.getenv("OSN_SECRET"))

s3_scores <- arrow::s3_bucket(config$scores_bucket,
s3_scores <- arrow::s3_bucket(file.path(config$scores_bucket,"parquet"),
endpoint_override = endpoint,
access_key = Sys.getenv("OSN_KEY"),
secret_key = Sys.getenv("OSN_SECRET"))
Expand Down

0 comments on commit 403b202

Please sign in to comment.