Skip to main content

Credentials

1. Create HMAC Keys

  1. Go to https://console.cloud.google.com/storage/settings -> Interoperability
  2. Under Service account HMAC, click Create a key for a service account
  3. Select a service account with Storage Object Viewer (read) or Storage Object Admin (read/write)
  4. Copy the Access key and Secret

2. Set Environment Variables

# .env.development
GCS_BUCKET=mirage-ai
GCS_ACCESS_KEY_ID=GOOG...
GCS_SECRET_ACCESS_KEY=...
For Python configuration, see the GCS resource docs.