Added GCS support #8370

This commit is contained in:
Konstantin Chukhlomin
2017-08-04 17:46:26 -04:00
committed by bergquist
parent 93cff1a42a
commit 72d7c4d620
34 changed files with 4429 additions and 8 deletions

View File

@@ -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