Google Cloud Storage Parameters

Use the following parameters to configure reading from Google Cloud Storage (GCS) using COPY FROM. For more information about reading data from S3, see Specifying COPY FROM Options.

Parameter Description
GCSAuth

An ID and secret key to authenticate to GCS. For extra security, do not store credentials in the database; use ALTER SESSION to set this value for the current session only. (If you use a shared credential, you can set it in the database with SET_CONFIG_PARAMETER.)

Example:

=> ALTER SESSION SET GCSAuth='ID:secret';
GCSEnableHttps

Whether to use the HTTPS protocol when connecting to GCS.

Default value: 1 (enabled)

GCSEndpoint

The connection endpoint address.

Default value: 'storage.googleapis.com'