Tool Server Baseline Storage
The tool server writes artifacts (reports, logs, downloads) to Google Cloud Storage. Configure a bucket that is either dedicated to the tool server or has the correct IAM bindings.
STORAGE_CONFIG__GCS_BUCKET_NAME
- Create or reuse a GCS bucket that the tool server can write to (see Storage Buckets and Domains for creation steps).
- Give the service account referenced by
GOOGLE_APPLICATION_CREDENTIALSat leastStorage Object Adminon the bucket. - Enter the bucket name in
.stack.env.
STORAGE_CONFIG__GCS_PROJECT_ID
- Project ID that owns the bucket above. Needed so the tool server client builds fully-qualified resource paths.
Validation Checklist
- Trigger a tool execution that produces artifacts (e.g., export a report).
- Confirm new files appear in the bucket you configured.