Authenticate to a Cloud Storage Provider
cloud_storage_authenticate.Rd
This function authenticates to a cloud storage provider using the specified authentication method. Currently supports Google Cloud Storage (GCS) and Amazon Web Services (AWS).
Arguments
- provider
A character string specifying the cloud provider. Currently supports "gcs" for Google Cloud Storage or "aws" for Amazon Web Services.
- options
A named list of options specific to the cloud provider. For GCS, this should include
service_account_key
with the contents of the authentication JSON file from your Google Project.