We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 607cafa commit 00dcba9Copy full SHA for 00dcba9
cmd/jwt.go
@@ -46,7 +46,7 @@ var (
46
errAccessKeyDisabled = errors.New("The access key you provided is disabled")
47
errAuthentication = errors.New("Authentication failed, check your access credentials")
48
errNoAuthToken = errors.New("JWT token missing")
49
- errSkewedAuthTime = errors.New("Skewed authenticationdate/time")
+ errSkewedAuthTime = errors.New("Skewed authentication date/time")
50
errMalformedAuth = errors.New("Malformed authentication input")
51
)
52
0 commit comments