From 069bf8714c4ff393b3364edbf783b74ffb337523 Mon Sep 17 00:00:00 2001 From: Roberto Rojas Date: Fri, 5 May 2023 08:58:57 -0400 Subject: [PATCH] Update daprdocs/content/en/reference/components-reference/supported-bindings/s3.md Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Signed-off-by: Roberto Rojas --- .../en/reference/components-reference/supported-bindings/s3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/components-reference/supported-bindings/s3.md b/daprdocs/content/en/reference/components-reference/supported-bindings/s3.md index 211a4889a..68d39ed55 100644 --- a/daprdocs/content/en/reference/components-reference/supported-bindings/s3.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/s3.md @@ -86,7 +86,7 @@ When running the Dapr sidecar (daprd) with your application on EKS (AWS Kubernet {{% /codetab %}} {{% codetab %}} -For local development, the [localstack project](https://github.com/localstack/localstack) is used to integrate AWS S3. Follow [these instructions](https://github.com/localstack/localstack#running) to run localstack. +For local development, the [LocalStack project](https://github.com/localstack/localstack) is used to integrate AWS S3. Follow [these instructions](https://github.com/localstack/localstack#running) to run LocalStack. To run LocalStack locally from the command line using Docker, use a `docker-compose.yaml` similar to the following: