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:
Roberto Rojas 2023-05-05 08:58:50 -04:00 committed by GitHub
parent f9170853d4
commit 30d11effa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ When running the Dapr sidecar (daprd) with your application on EKS (AWS Kubernet
{{% 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.
To run localstack locally from the command line using Docker, use a `docker-compose.yaml` similar to the following:
To run LocalStack locally from the command line using Docker, use a `docker-compose.yaml` similar to the following:
```yaml
version: "3.8"