grafana/pkg/components/imguploader
Marcos Mendez 4e94c0959a
Image Store: Add support for using signed URLs when uploading images to GCS (#26840)
Enables creating signed URLs when uploading images to Google Cloud Storage. 
By using signed urls, not only is the public URL expiration configurable but the 
images in the bucket are not publicly accessible.

Fixes #26773

Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-09-07 19:10:14 +02:00
..
azureblobuploader_test.go Initial Baby Step to refactoring settings from global vars to instance (#11777) 2018-04-30 16:21:04 +02:00
azureblobuploader.go Alerting: Fix image rendering and uploading timeout preventing to send alert notifications (#21536) 2020-01-17 12:07:16 +01:00
gcsuploader_test.go pkg/components: Check errors (#19703) 2019-10-10 09:06:55 +02:00
gcsuploader.go Image Store: Add support for using signed URLs when uploading images to GCS (#26840) 2020-09-07 19:10:14 +02:00
imguploader_test.go pkg/components: Check errors (#19703) 2019-10-10 09:06:55 +02:00
imguploader.go Image Store: Add support for using signed URLs when uploading images to GCS (#26840) 2020-09-07 19:10:14 +02:00
localuploader_test.go imguploader: Add support for new internal image store (#6922) 2018-01-12 21:40:12 +01:00
localuploader.go imguploader: Add support for new internal image store (#6922) 2018-01-12 21:40:12 +01:00
s3uploader_test.go pkg/components: Check errors (#19703) 2019-10-10 09:06:55 +02:00
s3uploader.go Chore: Use interfaces where possible (#26392) 2020-07-23 08:17:20 +02:00
webdavuploader_test.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
webdavuploader.go Chore: Start harmonizing linting with plugin SDK (#25854) 2020-06-29 14:08:32 +02:00