mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
vectorize cluster-wide calls such as bucket operations (#16313)
This commit is contained in:
@@ -31,6 +31,9 @@ func registerDistErasureRouters(router *mux.Router, endpointServerPools Endpoint
|
||||
// Register peer REST router only if its a distributed setup.
|
||||
registerPeerRESTHandlers(router)
|
||||
|
||||
// Register peer S3 router only if its a distributed setup.
|
||||
registerPeerS3Handlers(router)
|
||||
|
||||
// Register bootstrap REST router for distributed setups.
|
||||
registerBootstrapRESTHandlers(router)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user