Google Cloud Storage Connector Limitations and Troubleshooting
Learn about the known limitations of the Google Cloud Storage (GCS) connector and how to troubleshoot common issues.
A successful creation of Google Cloud Storage (GCS) connector indicates that the credentials supplied are valid. If there’s an issue we suggest you to validate the credentials using a Python script.
Install the Boto3 Python library on your machine or in your Python virtual environment.
-
In this script, enter your HMAC keys (see Prepare Your Google Cloud Storage Connection) and your GCS connector bucket name for SRV_ACC_ACCESS_KEY, SRV_ACC_SECRET_KEY, and SRV_BUCKET_NAME.
-
Run the Python script.
Your credentials are valid if the script lists the objects in your GCS bucket and indicates that your HMAC keys are valid.