Google Cloud Storage
Google Cloud Storage
This is a minimal guide on getting started with Google Cloud Storage buckets as a storage location for Qpoint Artifacts. Please keep in mind that Qpoint Artifacts often contain sensitive information so we don't recommend creating publicly available buckets.
There is likely some additional configurations that your organization will use to further lock down or configure access. Don't hesitate to stray from this guide to satisfy your organizational requirements.
1. Create a Service Account

Navigate to IAM & Admin > Service Accounts
Click "Create Service Account"
Name:
qpoint-storage
Grant
Storage Object Admin
role
2. Create a Storage Bucket

Navigate to Cloud Storage > Buckets
Click "Create"
Name: Choose a globally unique name
Location type: Region
Choose the same region as your Qpoint deployment
Leave other settings as default
3. Generate HMAC Keys

Navigate to Cloud Storage > Settings > Interoperability
Find your service account
Click "Create Key For Another Service Account"
Save the Access Key and Secret
4. Configure Qpoint

Access URL Templates
URLs for specific objects can be found in the object's details page in the Google Cloud Console. Below are two common patterns:
Authenticated:
https://storage.cloud.google.com/{{BUCKET}}/{{DIGEST}}?authuser=1
Public:
https://storage.googleapis.com/{{BUCKET}}/{{DIGEST}}

Last updated