Skip to content

Commit 3273bf3

Browse files
serve s3: remove redundant handler initialization
1 parent f5501ed commit 3273bf3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cmd/serve/s3/server.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ func newServer(ctx context.Context, f fs.Fs, opt *Options, vfsOpt *vfscommon.Opt
8181
gofakes3.WithIntegrityCheck(true), // Check Content-MD5 if supplied
8282
)
8383

84-
w.handler = http.NewServeMux()
8584
w.handler = w.faker.Server()
8685

8786
if proxy.Opt.AuthProxy != "" {

0 commit comments

Comments
 (0)