From 7c01bc7464d136ced2f22a0495e81996204a4cdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Sun, 14 Feb 2021 23:43:33 +0200 Subject: [PATCH] format readme.md --- cloud-static-content-hosting/README.md | 28 ++------------------------ 1 file changed, 2 insertions(+), 26 deletions(-) diff --git a/cloud-static-content-hosting/README.md b/cloud-static-content-hosting/README.md index 19c5f2352..8c6e70f41 100644 --- a/cloud-static-content-hosting/README.md +++ b/cloud-static-content-hosting/README.md @@ -80,32 +80,8 @@ the content globally. 9. Upload content to the bucket. * First create the content, at least `index.html` and `error.html` documents. - * index.html - - ```html - - - My Static Web Site - - -

I'm the index.html

- - ``` - - * error.html - - ```html - - - My Static Web Site - - -

I'm the index.html

- - ``` - - * Upload the content to your bucket as described [here](https://docs.aws.amazon.com/cli/latest/userguide/cli-services-s3-commands.html#using-s3-commands-managing-objects-copy) - * E.g. `aws s3 cp index.html s3://my-static-website-jh34jsjmg` and `aws s3 cp error.html s3://my-static-website-jh34jsjmg` + * Upload the content to your bucket as described [here](https://docs.aws.amazon.com/cli/latest/userguide/cli-services-s3-commands.html#using-s3-commands-managing-objects-copy) + * E.g. `aws s3 cp index.html s3://my-static-website-jh34jsjmg` and `aws s3 cp error.html s3://my-static-website-jh34jsjmg` 10. Next we need to set the bucket policy to allow read access.