Download an object from a cloud storage bucket to a local file
download_cloud_file.Rd
Download object from the cloud storage to a local file
Examples
# Google Cloud Services
if (FALSE) { # \dontrun{
authentication_details <- readLines("location_of_json_file.json")
download_cloud_file(
name = "timor-landings-v2_metadata__20210326084600_54617b3__.json",
provider = "gcs",
options = list(
service_account_key = authentication_details,
bucket = "my-bucket"
)
)
} # }