mirror of
https://github.com/minio/minio.git
synced 2025-11-20 09:56:07 -05:00
fix: proxy ListObjects request to one of the server based on hash(bucket) (#9881)
This commit is contained in:
@@ -396,6 +396,9 @@ func serverMain(ctx *cli.Context) {
|
||||
globalRootCAs, err = config.GetRootCAs(globalCertsCADir.Get())
|
||||
logger.FatalIf(err, "Failed to read root CAs (%v)", err)
|
||||
|
||||
globalListEndpoints, err = GetListEndpoints(globalEndpoints)
|
||||
logger.FatalIf(err, "Invalid command line arguments")
|
||||
|
||||
globalMinioEndpoint = func() string {
|
||||
host := globalMinioHost
|
||||
if host == "" {
|
||||
|
||||
Reference in New Issue
Block a user