mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
Enable browser support for gateway (#4425)
This commit is contained in:
@@ -44,7 +44,7 @@ func testAuthenticate(authType string, t *testing.T) {
|
||||
// Secret key too small.
|
||||
{"myuser", "pass", errInvalidSecretKeyLength},
|
||||
// Secret key too long.
|
||||
{"myuser", "pass1234567890123456789012345678901234567", errInvalidSecretKeyLength},
|
||||
{"myuser", "pass1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890", errInvalidSecretKeyLength},
|
||||
// Authentication error.
|
||||
{"myuser", "mypassword", errInvalidAccessKeyID},
|
||||
// Authentication error.
|
||||
|
||||
Reference in New Issue
Block a user