From 36162cdf095f2007b733030e920805c8776beb32 Mon Sep 17 00:00:00 2001 From: David Kocher Date: Wed, 18 Oct 2023 16:06:55 +0200 Subject: [PATCH] Fix MinIO. --- protocols/s3/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/s3/index.md b/protocols/s3/index.md index 48b4d854..6755be99 100644 --- a/protocols/s3/index.md +++ b/protocols/s3/index.md @@ -153,7 +153,7 @@ The connection profiles connect using temporary security credentials from the AW ```{admonition} Interoperability `AssumeRoleWithWebIdentity` API from AWS Security Token Service (STS) is used to exchange the JSON Web Token with temporary security credentials. In addition to AWS, the following combinations of S3 & STS APIs with OpenID Connect (OIDC) have been tested: -- Connect to Minio S3 authenticating with [Minio STS](https://min.io/docs/minio/linux/developers/security-token-service.html) and Keycloak (OIDC) +- Connect to MinIO S3 authenticating with [MinIO STS](https://min.io/docs/minio/linux/developers/security-token-service.html) and Keycloak (OIDC) - Connect to AWS S3 authenticating with AWS STS and Keycloak (OIDC) ```