mirror of
https://github.com/minio/minio.git
synced 2025-11-29 21:33:31 -05: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