From 759beac0d2ea4f456677b3c21736d12ea568ac88 Mon Sep 17 00:00:00 2001 From: Arsh Sharma <56963264+RinkiyaKeDad@users.noreply.github.com> Date: Thu, 1 Feb 2024 10:55:43 +0530 Subject: [PATCH 1/2] add link to ways to start localstack container for s3 guide While getting started with the S3 guide (and localstack) for the first time I got an error message because I didn't know that we had to run `localstack start` to start the container first. This PR adds a link to the ways to start the container. I would also recommend calling this out more explicitly for the first time users maybe as a separate step also. --- content/en/user-guide/aws/s3/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/user-guide/aws/s3/index.md b/content/en/user-guide/aws/s3/index.md index 8ee9847189..d500a17313 100644 --- a/content/en/user-guide/aws/s3/index.md +++ b/content/en/user-guide/aws/s3/index.md @@ -15,7 +15,7 @@ LocalStack supports S3 via the Community offering, allowing you to use the S3 AP This guide is designed for users new to S3 and assumes basic knowledge of the AWS CLI and our [`awslocal`](https://github.com/localstack/awscli-local) wrapper script. -Start your LocalStack container using your preferred method. We will demonstrate how you can create an S3 bucket, manage S3 objects, and generate pre-signed URLs for S3 objects. +Start your LocalStack container using your [preferred method](https://docs.localstack.cloud/getting-started/installation/#alternatives). We will demonstrate how you can create an S3 bucket, manage S3 objects, and generate pre-signed URLs for S3 objects. ### Create an S3 bucket From 1dacdf368cc0c4819f8586b675fd911ae4111331 Mon Sep 17 00:00:00 2001 From: Harsh Mishra Date: Mon, 17 Feb 2025 15:16:37 +0530 Subject: [PATCH 2/2] Update index.md --- content/en/user-guide/aws/s3/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/user-guide/aws/s3/index.md b/content/en/user-guide/aws/s3/index.md index d500a17313..2c0a8e19b7 100644 --- a/content/en/user-guide/aws/s3/index.md +++ b/content/en/user-guide/aws/s3/index.md @@ -15,7 +15,7 @@ LocalStack supports S3 via the Community offering, allowing you to use the S3 AP This guide is designed for users new to S3 and assumes basic knowledge of the AWS CLI and our [`awslocal`](https://github.com/localstack/awscli-local) wrapper script. -Start your LocalStack container using your [preferred method](https://docs.localstack.cloud/getting-started/installation/#alternatives). We will demonstrate how you can create an S3 bucket, manage S3 objects, and generate pre-signed URLs for S3 objects. +Start your LocalStack container using your [preferred method](https://docs.localstack.cloud/getting-started/installation/). We will demonstrate how you can create an S3 bucket, manage S3 objects, and generate pre-signed URLs for S3 objects. ### Create an S3 bucket