From cacb86362b348efefbbbbfe23a7703a38afc8e8b Mon Sep 17 00:00:00 2001 From: Hannah Hunter Date: Mon, 12 Sep 2022 15:20:18 -0500 Subject: [PATCH] ignore links Signed-off-by: Hannah Hunter --- .../en/reference/components-reference/supported-bindings/s3.md | 3 ++- 1 file changed, 2 insertions(+), 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 c0fa28e25..d7d6bb0df 100644 --- a/daprdocs/content/en/reference/components-reference/supported-bindings/s3.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/s3.md @@ -75,8 +75,9 @@ When running the Dapr sidecar (daprd) with your application on EKS (AWS Kubernet ### Using with Minio + [Minio](https://min.io/) is a service that exposes local storage as S3-compatible block storage, and it's a popular alternative to S3 especially in development environments. You can use the S3 binding with Minio too, with some configuration tweaks: - + 1. Set `endpoint` to the address of the Minio server, including protocol (`http://` or `https://`) and the optional port at the end. For example, `http://minio.local:9000` (the values depend on your environment). 2. `forcePathStyle` must be set to `true` 3. The value for `region` is not important; you can set it to `us-east-1`.