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
f9170853d4
commit
30d11effa5
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue