Skip to content

Commit 6c2c69f

Browse files
authored
docs: fix doc about default alias (#1984)
1 parent 66ba593 commit 6c2c69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/credentials/file_minio_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ type FileMinioClient struct {
3939
Filename string
4040

4141
// MinIO Alias to extract credentials from the shared credentials file. If empty
42-
// will default to environment variable "MINIO_ALIAS" or "default" if
42+
// will default to environment variable "MINIO_ALIAS" or "s3" if
4343
// environment variable is also not set.
4444
Alias string
4545

0 commit comments

Comments
 (0)