mirror of
https://github.com/minio/minio.git
synced 2025-11-20 01:50:24 -05:00
Add doc change.
This commit is contained in:
@@ -233,7 +233,7 @@ type accessKeys struct {
|
||||
func (a accessKeys) String() string {
|
||||
magenta := color.New(color.FgMagenta, color.Bold).SprintFunc()
|
||||
white := color.New(color.FgWhite, color.Bold).SprintfFunc()
|
||||
return fmt.Sprint(magenta("AccessKey: ") + white(a.Credentials.AccessKeyID) + " " + magenta("SecretKey: ") + white(a.Credentials.SecretAccessKey))
|
||||
return fmt.Sprint(magenta("AccessKey: ") + white(a.Credentials.AccessKeyID) + " " + magenta("SecretKey: ") + white(a.Credentials.SecretAccessKey) + " " + magenta("Region: ") + white(a.Credentials.Region))
|
||||
}
|
||||
|
||||
// JSON - json formatted output
|
||||
|
||||
Reference in New Issue
Block a user