mirror of
https://github.com/pgsty/minio.git
synced 2026-07-15 16:30:29 +03:00
Add rpc signature handler
This commit is contained in:
+1
-1
@@ -136,7 +136,7 @@ func startServer(conf minioConfig) *probe.Error {
|
||||
if err != nil {
|
||||
return err.Trace()
|
||||
}
|
||||
rpcServer, err := configureServerRPC(conf, getServerRPCHandler())
|
||||
rpcServer, err := configureServerRPC(conf, getServerRPCHandler(conf.Anonymous))
|
||||
|
||||
// start ticket master
|
||||
go startTM(minioAPI)
|
||||
|
||||
Reference in New Issue
Block a user