GCS support via JSON API

This commit is contained in:
Konstantin Chukhlomin
2017-08-06 11:04:38 -04:00
committed by bergquist
parent 1188f8df73
commit fcdf282090
18 changed files with 1571 additions and 68 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, 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]