mirror of https://github.com/dapr/docs.git
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 <robertojrojas@gmail.com>
This commit is contained in:
parent
30d11effa5
commit
069bf8714c
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue