mirror of
https://github.com/pgsty/minio.git
synced 2026-07-25 23:16:16 +03:00
signature: Rewrite signature handling and move it into a library.
This commit is contained in:
@@ -18,6 +18,13 @@ package xl
|
||||
|
||||
import "fmt"
|
||||
|
||||
// SignDoesNotMatch - signature does not match.
|
||||
type SignDoesNotMatch struct{}
|
||||
|
||||
func (e SignDoesNotMatch) Error() string {
|
||||
return "Signature does not match."
|
||||
}
|
||||
|
||||
// InvalidArgument invalid argument
|
||||
type InvalidArgument struct{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user