mirror of
https://github.com/minio/minio.git
synced 2025-11-09 21:49:46 -05:00
Bucket,Object count & Usage removed if set to default (#8638)
This commit is contained in:
committed by
kannappanr
parent
fa00a84709
commit
e2c5d29017
@@ -1382,9 +1382,9 @@ func (a adminAPIHandlers) ServerInfoHandler(w http.ResponseWriter, r *http.Reque
|
||||
}
|
||||
|
||||
domain := globalDomainNames
|
||||
buckets := madmin.Buckets{Count: 20}
|
||||
objects := madmin.Objects{Count: 200}
|
||||
usage := madmin.Usage{Size: 1024}
|
||||
buckets := madmin.Buckets{}
|
||||
objects := madmin.Objects{}
|
||||
usage := madmin.Usage{}
|
||||
services := madmin.Services{
|
||||
Vault: vault,
|
||||
LDAP: ldap,
|
||||
|
||||
Reference in New Issue
Block a user