mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
Improve access and secret key validation error, sync with implementation (#8516)
This commit is contained in:
parent
32c200fe12
commit
95e5d7a9c3
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user