mirror of
https://github.com/pgsty/minio.git
synced 2026-07-21 05:00:22 +03:00
Port ListBuckets to websockets layer & some cleanup (#19199)
This commit is contained in:
@@ -32,9 +32,6 @@ func registerDistErasureRouters(router *mux.Router, endpointServerPools Endpoint
|
||||
// Register peer REST router only if its a distributed setup.
|
||||
registerPeerRESTHandlers(router, globalGrid.Load())
|
||||
|
||||
// Register peer S3 router only if its a distributed setup.
|
||||
registerPeerS3Handlers(router)
|
||||
|
||||
// Register bootstrap REST router for distributed setups.
|
||||
registerBootstrapRESTHandlers(globalGrid.Load())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user