mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Added GCS support #8370
This commit is contained in:
committed by
bergquist
parent
93cff1a42a
commit
72d7c4d620
@@ -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). If left empty Grafana will ignore the upload action.
|
||||
You can choose between (s3, webdav, gcp). If left empty Grafana will ignore the upload action.
|
||||
|
||||
## [external_image_storage.s3]
|
||||
|
||||
@@ -677,6 +677,16 @@ basic auth username
|
||||
### password
|
||||
basic auth password
|
||||
|
||||
## [external_image_storage.gcp]
|
||||
|
||||
### 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]
|
||||
|
||||
### enabled
|
||||
|
||||
Reference in New Issue
Block a user