Google Cloud Storage
Last updated
Was this helpful?
Last updated
Was this helpful?
If you use Google Cloud Storage (GCS) to store data, you can send attachments as https:
or http:
URLs. You can also send attachments as gs:
which look like gs://bucket/key
.
To access private GCS objects, We use Cross-Project Access.
We will fetch attachments from your GCS bucket, using our GCP service account ti-it-sa-gtstudio@ti-ai-computervision-prod.iam.gserviceaccount.com
. You will need to grant access to TELUS International on a per-bucket basis using or set permissions on objects .
Install and set up gsutil - and run the below command
For more info on how to control access to the buckets and objects in GCS using ACLs, please refer this .