mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 12:10:24 +03:00
Consolidating more codebase and cleanup in server / controller
This commit is contained in:
@@ -18,16 +18,6 @@ package main
|
||||
|
||||
import "encoding/xml"
|
||||
|
||||
// APIConfig - http server config
|
||||
type APIConfig struct {
|
||||
Address string
|
||||
AddressRPC string
|
||||
TLS bool
|
||||
CertFile string
|
||||
KeyFile string
|
||||
RateLimit int
|
||||
}
|
||||
|
||||
// Limit number of objects in a given response
|
||||
const (
|
||||
maxObjectList = 1000
|
||||
|
||||
Reference in New Issue
Block a user