mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Improve access and secret key validation error, sync with implementation (#8516)
This commit is contained in:
@@ -93,8 +93,7 @@ var (
|
||||
ErrInvalidCredentials = newErrFn(
|
||||
"Invalid credentials",
|
||||
"Please provide correct credentials",
|
||||
`Access key length should be between minimum 3 characters in length.
|
||||
Secret key should be in between 8 and 40 characters`,
|
||||
`Access key length should be at least 3, and secret key length at least 8 characters`,
|
||||
)
|
||||
|
||||
ErrEnvCredentialsMissingGateway = newErrFn(
|
||||
|
||||
Reference in New Issue
Block a user