From d3c3aeb3ae7215e519a4d6a5ccb78f3efbd52df3 Mon Sep 17 00:00:00 2001 From: Joe-Jacobs-Ikon <167119752+Joe-Jacobs-Ikon@users.noreply.github.com> Date: Mon, 22 Apr 2024 12:04:46 -0500 Subject: [PATCH 1/2] Update index.md - Found an error with the tutorial. The directory the files are in needs to be included in the URL for this tutorial to work. --- content/en/tutorials/s3-static-website-terraform/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/tutorials/s3-static-website-terraform/index.md b/content/en/tutorials/s3-static-website-terraform/index.md index 0bb0d5ffe8..14139c9991 100644 --- a/content/en/tutorials/s3-static-website-terraform/index.md +++ b/content/en/tutorials/s3-static-website-terraform/index.md @@ -123,7 +123,7 @@ If you are deploying a static website using S3 on real AWS cloud, your S3 websit - `http://.s3-website-.amazonaws.com` - `http://.s3-website..amazonaws.com` -In LocalStack, the S3 website endpoint follows the following format: `http://.s3-website.localhost.localstack.cloud:4566`. You can navigate to [`http://testwebsite.s3-website.localhost.localstack.cloud:4566/`](http://testwebsite.s3-website.localhost.localstack.cloud:4566/) to view your static website. +In LocalStack, the S3 website endpoint follows the following format: `http://.s3-website.localhost.localstack.cloud:4566`. You can navigate to [`https://testwebsite.s3-website.localhost.localstack.cloud:4566/s3-static-website-localstack/`](https://testwebsite.s3-website.localhost.localstack.cloud:4566/s3-static-website-localstack/) to view your static website. ## Orchestrating infrastructure using Terraform From cd457f496d07a5920e529c575415dd2c88207e04 Mon Sep 17 00:00:00 2001 From: Joe-Jacobs-Ikon <167119752+Joe-Jacobs-Ikon@users.noreply.github.com> Date: Mon, 22 Apr 2024 12:10:52 -0500 Subject: [PATCH 2/2] Update index.md removing the s in the connection string --- content/en/tutorials/s3-static-website-terraform/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/tutorials/s3-static-website-terraform/index.md b/content/en/tutorials/s3-static-website-terraform/index.md index 14139c9991..25dd911a96 100644 --- a/content/en/tutorials/s3-static-website-terraform/index.md +++ b/content/en/tutorials/s3-static-website-terraform/index.md @@ -123,7 +123,7 @@ If you are deploying a static website using S3 on real AWS cloud, your S3 websit - `http://.s3-website-.amazonaws.com` - `http://.s3-website..amazonaws.com` -In LocalStack, the S3 website endpoint follows the following format: `http://.s3-website.localhost.localstack.cloud:4566`. You can navigate to [`https://testwebsite.s3-website.localhost.localstack.cloud:4566/s3-static-website-localstack/`](https://testwebsite.s3-website.localhost.localstack.cloud:4566/s3-static-website-localstack/) to view your static website. +In LocalStack, the S3 website endpoint follows the following format: `http://.s3-website.localhost.localstack.cloud:4566`. You can navigate to [`http://testwebsite.s3-website.localhost.localstack.cloud:4566/s3-static-website-localstack/`](http://testwebsite.s3-website.localhost.localstack.cloud:4566/s3-static-website-localstack/) to view your static website. ## Orchestrating infrastructure using Terraform