mirror of
https://github.com/gomods/athens
synced 2026-02-03 08:40:31 +00:00
added gcp configuration doc (#1465)
This commit is contained in:
committed by
Aaron Schlesinger
parent
f578472490
commit
b6d8d2b015
@@ -288,6 +288,11 @@ SingleFlightType = "memory"
|
||||
RootPath = "/path/on/disk"
|
||||
|
||||
[Storage.GCP]
|
||||
# Required IAM Roles (https://cloud.google.com/storage/docs/access-control/iam-roles):
|
||||
# - roles/storage.objectCreator
|
||||
# - roles/storage.objectViewer
|
||||
# - roles/storage.legacyBucketReader
|
||||
|
||||
# ProjectID to use for GCP Storage
|
||||
# Env override: GOOGLE_CLOUD_PROJECT
|
||||
ProjectID = "MY_GCP_PROJECT_ID"
|
||||
|
||||
Reference in New Issue
Block a user