mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
GCS support via JSON API
This commit is contained in:
committed by
bergquist
parent
1188f8df73
commit
fcdf282090
@@ -645,7 +645,7 @@ Time to live for snapshots.
|
||||
These options control how images should be made public so they can be shared on services like slack.
|
||||
|
||||
### provider
|
||||
You can choose between (s3, webdav, gcp). If left empty Grafana will ignore the upload action.
|
||||
You can choose between (s3, webdav, gcs). If left empty Grafana will ignore the upload action.
|
||||
|
||||
## [external_image_storage.s3]
|
||||
|
||||
@@ -677,14 +677,13 @@ basic auth username
|
||||
### password
|
||||
basic auth password
|
||||
|
||||
## [external_image_storage.gcp]
|
||||
## [external_image_storage.gcs]
|
||||
|
||||
### key_file
|
||||
Path to JSON key file associated with a Google service account to authenticate and authorize.
|
||||
Service Account keys can be created and downloaded from https://console.developers.google.com/permissions/serviceaccounts.
|
||||
|
||||
### bucket name
|
||||
|
||||
Bucket Name on Google Cloud Storage.
|
||||
|
||||
## [alerting]
|
||||
|
||||
Reference in New Issue
Block a user