Skip to content

Commit 0e093e4

Browse files
committed
use source.coop urls
1 parent a6c57d5 commit 0e093e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/fb_tbl.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ s3_urls <- function(
124124

125125
# Build full S3 URLs
126126
glue::glue(
127-
"https://s3.us-west-2.amazonaws.com/{bucket}/{key}",
127+
"https://data.source.coop/{key}",
128128
key = object_keys
129129
)
130130
}

0 commit comments

Comments
 (0)