<path-to-downloaded-key-file>
with the path to the service account key file that you downloaded by following the preceding instructions.
gs://<bucket-name>[/folder-name]
. Create a bucket.
This bucket must have, at minimum, one of the following roles applied to the target Google Cloud service account:
Storage Object Viewer
for bucket read access.Storage Object User
for bucket write access.Storage Object Admin
role provides read and write access, plus access to additional bucket operations.<name>
(required) - A unique name for this connector.<service-account-key>
(required) - The contents of a service account key file, expressed as a single string without line breaks, for a Google Cloud service account that has the required access permissions to the bucket.<remote-url>
(required) - The URI for the Google Cloud Storage bucket and any target folder path within the bucket. This URI takes the format gs://<bucket-name>[/folder-name]
.recursive
(source connector only), set to true
to ingest data recursively from any subfolders, starting from the path specified by <remote-url>
. The default is false
if not otherwise specified.