mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
Move remote disk StorageAPI abstraction from RPC to REST (#6464)
This commit is contained in:
committed by
kannappanr
parent
670f9788e3
commit
81bee93b8d
@@ -36,7 +36,7 @@ func newCacheObjectsFn() CacheObjectLayer {
|
||||
// Composed function registering routers for only distributed XL setup.
|
||||
func registerDistXLRouters(router *mux.Router, endpoints EndpointList) {
|
||||
// Register storage rpc router only if its a distributed setup.
|
||||
registerStorageRPCRouters(router, endpoints)
|
||||
registerStorageRESTHandlers(router, endpoints)
|
||||
|
||||
// Register distributed namespace lock.
|
||||
registerDistNSLockRouter(router)
|
||||
|
||||
Reference in New Issue
Block a user