Authenticate to a Cloud Storage Provider
cloud_storage_authenticate.Rd
This function is primarily used internally by other functions to establish authentication with specified cloud providers such as Google Cloud Services (GCS) or Amazon Web Services (AWS).
Details
For GCS, the options list must include:
service_account_key
: The contents of the authentication JSON file from your Google Project.
This function wraps googleCloudStorageR::gcs_auth()
to handle GCS authentication.