ignore links

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
Hannah Hunter 2022-09-12 15:20:18 -05:00
parent 1e00683b0b
commit cacb86362b
1 changed files with 2 additions and 1 deletions

View File

@ -75,8 +75,9 @@ When running the Dapr sidecar (daprd) with your application on EKS (AWS Kubernet
### Using with Minio
<!--IGNORE_LINKS-->
[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:
<!--END_IGNORE-->
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`.