1 Answer
- Newest
- Most votes
- Most comments
0
Try using S3
aws s3 cp background.png s3://my-grafana-images/background.png
aws s3api put-object-acl --bucket my-grafana-images --key background.png --acl public-read
The public URL of your image will be: https://my-grafana-images.s3.amazonaws.com/background.png
Relevant content
- asked 5 months ago
- asked 8 months ago
- How do I raise the priority of agent to agent or agent to queue transferred calls in Amazon Connect?AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 3 years ago
I did it already, it gives this error: Refused to load https://my-imagesxxxxx.png because it does not appear in the img-src directive of the Content Security Policy.
Did anyone ever find a solution to this? I have tried S3 above and this does not seem to work.