Skip to content

Commit

Permalink
docs: fix doc about default alias
Browse files Browse the repository at this point in the history
  • Loading branch information
emil2k authored Jul 5, 2024
1 parent 66ba593 commit 3fbd695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/credentials/file_minio_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3fbd695

Please sign in to comment.