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
@@ -454,7 +454,7 @@ url = https://grafana.com
|
||||
|
||||
#################################### External Image Storage ##############
|
||||
[external_image_storage]
|
||||
# You can choose between (s3, webdav)
|
||||
# You can choose between (s3, webdav, gcs)
|
||||
provider =
|
||||
|
||||
[external_image_storage.s3]
|
||||
@@ -468,6 +468,6 @@ username =
|
||||
password =
|
||||
public_url =
|
||||
|
||||
[external_image_storage.gcp]
|
||||
[external_image_storage.gcs]
|
||||
key_file =
|
||||
bucket =
|
||||
|
||||
Reference in New Issue
Block a user