mirror of
https://github.com/pgsty/minio.git
synced 2026-08-08 23:33:30 +03:00
handlers: Fix the naming of all handlers.
This commit is contained in:
@@ -30,8 +30,8 @@ type signatureHandler struct {
|
||||
handler http.Handler
|
||||
}
|
||||
|
||||
// SignatureHandler to validate authorization header for the incoming request.
|
||||
func SignatureHandler(h http.Handler) http.Handler {
|
||||
// setSignatureHandler to validate authorization header for the incoming request.
|
||||
func setSignatureHandler(h http.Handler) http.Handler {
|
||||
return signatureHandler{h}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user