Skip to content

Commit 40812fc

Browse files
authored
Fixing small typo during login error (#522)
1 parent 8b34b81 commit 40812fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

restapi/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ func newConsoleCredentials(accessKey, secretKey, location string) (*credentials.
323323
default:
324324
{
325325
if MinioEndpoint == "" || accessKey == "" || secretKey == "" {
326-
return nil, errors.New("creredentials endpont, access and secretkey are mandatory for AssumeRoleSTS")
326+
return nil, errors.New("credentials endpoint, access and secret key are mandatory for AssumeRoleSTS")
327327
}
328328
opts := credentials.STSAssumeRoleOptions{
329329
AccessKey: accessKey,

0 commit comments

Comments
 (0)