From 3fbd69571d3c5a80d162db44dbc36074c85237ab Mon Sep 17 00:00:00 2001 From: Emil Davtyan Date: Fri, 5 Jul 2024 10:11:44 +0200 Subject: [PATCH] docs: fix doc about default alias --- pkg/credentials/file_minio_client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/credentials/file_minio_client.go b/pkg/credentials/file_minio_client.go index f1c165b79..750e26ffa 100644 --- a/pkg/credentials/file_minio_client.go +++ b/pkg/credentials/file_minio_client.go @@ -39,7 +39,7 @@ type FileMinioClient struct { Filename string // MinIO Alias to extract credentials from the shared credentials file. If empty - // will default to environment variable "MINIO_ALIAS" or "default" if + // will default to environment variable "MINIO_ALIAS" or "s3" if // environment variable is also not set. Alias string