mirror of
https://github.com/minio/minio.git
synced 2025-11-10 05:59:43 -05:00
fix and improve KMS server info (#8944)
This commit fixes typos in the displayed server info w.r.t. the KMS and removes the update status. For more information about why the update status is removed see: PR #8943
This commit is contained in:
committed by
GitHub
parent
4f37c8ccf2
commit
086fbb745e
@@ -470,7 +470,6 @@ type Vault struct {
|
||||
Status string `json:"status,omitempty"`
|
||||
Encrypt string `json:"encryp,omitempty"`
|
||||
Decrypt string `json:"decrypt,omitempty"`
|
||||
Update string `json:"update,omitempty"`
|
||||
}
|
||||
|
||||
// LDAP contains ldap status
|
||||
|
||||
Reference in New Issue
Block a user