diff --git a/cmd/serve/s3/server.go b/cmd/serve/s3/server.go index 6732eb5e0..4ef792701 100644 --- a/cmd/serve/s3/server.go +++ b/cmd/serve/s3/server.go @@ -81,7 +81,6 @@ func newServer(ctx context.Context, f fs.Fs, opt *Options, vfsOpt *vfscommon.Opt gofakes3.WithIntegrityCheck(true), // Check Content-MD5 if supplied ) - w.handler = http.NewServeMux() w.handler = w.faker.Server() if proxy.Opt.AuthProxy != "" {