|
|
@ -109,7 +109,7 @@ func printServerCommonMsg(apiEndpoints []string) { |
|
|
|
apiEndpointStr := strings.Join(apiEndpoints, " ") |
|
|
|
apiEndpointStr := strings.Join(apiEndpoints, " ") |
|
|
|
|
|
|
|
|
|
|
|
// Colorize the message and print.
|
|
|
|
// Colorize the message and print.
|
|
|
|
log.Println(colorBlue("\nEndpoint: ") + colorBold(fmt.Sprintf(getFormatStr(len(apiEndpointStr), 1), apiEndpointStr))) |
|
|
|
log.Println(colorBlue("Endpoint: ") + colorBold(fmt.Sprintf(getFormatStr(len(apiEndpointStr), 1), apiEndpointStr))) |
|
|
|
log.Println(colorBlue("AccessKey: ") + colorBold(fmt.Sprintf("%s ", cred.AccessKey))) |
|
|
|
log.Println(colorBlue("AccessKey: ") + colorBold(fmt.Sprintf("%s ", cred.AccessKey))) |
|
|
|
log.Println(colorBlue("SecretKey: ") + colorBold(fmt.Sprintf("%s ", cred.SecretKey))) |
|
|
|
log.Println(colorBlue("SecretKey: ") + colorBold(fmt.Sprintf("%s ", cred.SecretKey))) |
|
|
|
if region != "" { |
|
|
|
if region != "" { |
|
|
|