Commit 4039e5ed by Aaron Roydhouse Committed by Torkel Ödegaard

Improve 'external_image_storage.s3' documentation (#7623)

Add documentation for 'external_image_storage.s3' to explain how to specify the AWS region for the S3 bucket, and the requires S3/IAM permissions.
parent 70b36a02
...@@ -602,13 +602,18 @@ You can choose between (s3, webdav). If left empty Grafana will ignore the uploa ...@@ -602,13 +602,18 @@ You can choose between (s3, webdav). If left empty Grafana will ignore the uploa
## [external_image_storage.s3] ## [external_image_storage.s3]
### bucket_url ### bucket_url
bucket url for s3. ex http://grafana.s3.amazonaws.com/ Bucket URL for S3. AWS region can be specified within URL or defaults to 'us-east-1', e.g.
- http://grafana.s3.amazonaws.com/
- https://grafana.s3-ap-southeast-2.amazonaws.com/
- https://grafana.s3-cn-north-1.amazonaws.com.cn
### access_key ### access_key
access key. ex AAAAAAAAAAAAAAAAAAAA Access key. e.g. AAAAAAAAAAAAAAAAAAAA
Access key requires permissions to the S3 bucket for the 's3:PutObject' and 's3:PutObjectAcl' actions.
### secret_key ### secret_key
secret key. ex AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA Secret key. e.g. AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
## [external_image_storage.webdav] ## [external_image_storage.webdav]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment