mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 06:00:24 +03:00
Controller Service proxies rpc calls to the corresponding servers
This commit is contained in:
@@ -20,11 +20,12 @@ import "encoding/xml"
|
||||
|
||||
// APIConfig - http server config
|
||||
type APIConfig struct {
|
||||
Address string
|
||||
TLS bool
|
||||
CertFile string
|
||||
KeyFile string
|
||||
RateLimit int
|
||||
Address string
|
||||
AddressRPC string
|
||||
TLS bool
|
||||
CertFile string
|
||||
KeyFile string
|
||||
RateLimit int
|
||||
}
|
||||
|
||||
// Limit number of objects in a given response
|
||||
|
||||
Reference in New Issue
Block a user