Google Cloud Storage
Last updated
Last updated
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.
Navigate to IAM & Admin > Service Accounts
Click "Create Service Account"
Name: qpoint-storage
Grant Storage Object Admin
role
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
Navigate to Cloud Storage > Settings > Interoperability
Find your service account
Click "Create Key For Another Service Account"
Save the Access Key and Secret
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}}