Skip to content

Commit

Permalink
httpfs?
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Sep 13, 2024
1 parent b80a5cd commit 15c849b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scoring/bundled-forecasts.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ library(bench)
library(glue)
library(fs)

open_dataset("s3://bio230014-bucket01/challenges/forecasts/bundled-parquet",
s3_endpoint = "sdsc.osn.xsede.org",
anonymous = TRUE) |>
count()

install_mc()
mc_alias_set("osn", "sdsc.osn.xsede.org", Sys.getenv("OSN_KEY"), Sys.getenv("OSN_SECRET"))

Expand Down

0 comments on commit 15c849b

Please sign in to comment.