Validate Google Cloud Connector Bucket Credentials

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.

  1. In this script, enter your HMAC keys (see Create Interoperability Keys for Google Cloud Storage Bucket) and your GCS connector bucket name for SRV_ACC_ACCESS_KEY, SRV_ACC_SECRET_KEY, and SRV_BUCKET_NAME.

  2. 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.