mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 14:10:25 +03:00
Port ListBuckets to websockets layer & some cleanup (#19199)
This commit is contained in:
@@ -110,6 +110,7 @@ const (
|
||||
HandlerSignalService
|
||||
HandlerGetBandwidth
|
||||
HandlerWriteAll
|
||||
HandlerListBuckets
|
||||
|
||||
// Add more above here ^^^
|
||||
// If all handlers are used, the type of Handler can be changed.
|
||||
@@ -187,6 +188,7 @@ var handlerPrefixes = [handlerLast]string{
|
||||
HandlerStorageInfo: peerPrefix,
|
||||
HandlerConsoleLog: peerPrefix,
|
||||
HandlerListDir: storagePrefix,
|
||||
HandlerListBuckets: peerPrefixS3,
|
||||
}
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user