diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-03-26 00:09:01 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-03-26 00:09:01 -0700 |
| commit | dd5b582d05a4d4f058a647370dc87030f14a976d (patch) | |
| tree | 4912cf1b257d5663665ad9709fac6155f3d01765 /weed/s3api/s3api_handlers.go | |
| parent | 7f0d87b2065ffb5e7be1bd0591416b9649839c9e (diff) | |
| download | seaweedfs-dd5b582d05a4d4f058a647370dc87030f14a976d.tar.xz seaweedfs-dd5b582d05a4d4f058a647370dc87030f14a976d.zip | |
go fmt
Diffstat (limited to 'weed/s3api/s3api_handlers.go')
| -rw-r--r-- | weed/s3api/s3api_handlers.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/s3api/s3api_handlers.go b/weed/s3api/s3api_handlers.go index 05dd4b823..b6f3d4334 100644 --- a/weed/s3api/s3api_handlers.go +++ b/weed/s3api/s3api_handlers.go @@ -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) |
