diff --git a/content/en/user-guide/aws/s3/index.md b/content/en/user-guide/aws/s3/index.md index 8ee9847189..16da1da8ad 100644 --- a/content/en/user-guide/aws/s3/index.md +++ b/content/en/user-guide/aws/s3/index.md @@ -22,7 +22,7 @@ Start your LocalStack container using your preferred method. We will demonstrate You can create an S3 bucket using the [`CreateBucket`](https://docs.aws.amazon.com/cli/latest/reference/s3api/create-bucket.html) API. Run the following command to create an S3 bucket named `sample-bucket`: {{< command >}} -$ awslocal s3api create-bucket --bucket sample-bucket +$ awslocal s3api create-bucket --bucket sample-bucket --region us-east-1 {{< / command >}} You can list your S3 buckets using the [`ListBuckets`](https://docs.aws.amazon.com/cli/latest/reference/s3api/list-buckets.html) API. Run the following command to list your S3 buckets: