This commit is contained in:
Chris Lu
2020-03-26 00:09:01 -07:00
parent 7f0d87b206
commit dd5b582d05
8 changed files with 42 additions and 35 deletions

View File

@@ -50,7 +50,6 @@ func (s3a *S3ApiServer) AdjustedUrl(hostAndPort string) string {
return hostAndPort
}
// If none of the http routes match respond with MethodNotAllowed
func notFoundHandler(w http.ResponseWriter, r *http.Request) {
glog.V(0).Infof("unsupported %s %s", r.Method, r.RequestURI)