mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 05:30:24 +03:00
UI-handler: remove minio-go dependancy.
This commit is contained in:
@@ -26,3 +26,6 @@ var errInvalidArgument = errors.New("Invalid arguments specified")
|
||||
|
||||
// errSignatureMismatch means signature did not match.
|
||||
var errSignatureMismatch = errors.New("Signature does not match")
|
||||
|
||||
// used when token used for authentication by the MinioBrowser has expired
|
||||
var errInvalidToken = errors.New("Invalid token")
|
||||
|
||||
Reference in New Issue
Block a user