Handle query string in storage public_url (#9351) (#12555)

This commit is contained in:
Jakob van Santen
2018-07-17 20:10:12 +02:00
committed by Torkel Ödegaard
parent 21e5d61de6
commit 92d417f6b4
3 changed files with 26 additions and 4 deletions

View File

@ -863,7 +863,7 @@ Secret key. e.g. AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
Url to where Grafana will send PUT request with images
### public_url
Optional parameter. Url to send to users in notifications, directly appended with the resulting uploaded file name.
Optional parameter. Url to send to users in notifications. If the string contains the sequence ${file}, it will be replaced with the uploaded filename. Otherwise, the file name will be appended to the path part of the url, leaving any query string unchanged.
### username
basic auth username