Skip to content

Commit

Permalink
docs: do not forget the cors
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Aug 2, 2023
1 parent f43e968 commit 8aa7d8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/documentation/sitespeed.io/s3/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ To setup a bucket on S3 you need to have a Amazon account.
* [Configure your bucket for static website hosting](
https://docs.aws.amazon.com/AmazonS3/latest/user-guide/static-website-hosting.html) - so that you can access the result pages and make sure you add a bucket policy (for access).
* [Add a lifecycle rule](https://docs.aws.amazon.com/AmazonS3/latest/user-guide/create-lifecycle.html) - you want to make sure you remove old result pages/videos/screenshots to save money.
* If you want to show screenshots/videos/use the meta data from S3 in Grafana, you need to make sure that your Grafana instance can access S3 through your browser by setting up correct [CORS](https://docs.aws.amazon.com/AmazonS3/latest/userguide/cors.html).

Do you need more help? First dive into the [AWS S3 docs](https://docs.aws.amazon.com/AmazonS3/latest/gsg/GetStartedWithS3.html) then if it doesn't help, [create an issue](https://github.com/sitespeedio/sitespeed.io/issues/new) and we can try to help you.

Expand Down

0 comments on commit 8aa7d8c

Please sign in to comment.