R/import_s3objects.R
s3_download.Rd
Download S3 Objects
s3_download(bucket, object, filepath = NULL, access_key, secret_key, ...)
S3 Bucket name
S3 Object key (id)
Full path of destination file
S3 Access key id
S3 Secret Access key
Additional aws.S3::save_object() options
file name
if (FALSE) { # \dontrun{ s3_objects("sample-bucket") %>% filter(str_detect(key, "^HFR")) %>% pull(key) %>% first() %>% s3_download()} # }