mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
use kes.Status() for Status() call (#16629)
This commit is contained in:
@@ -72,6 +72,11 @@ type Status struct {
|
||||
// is specified. It is empty if the KMS does not support
|
||||
// a default key.
|
||||
DefaultKey string
|
||||
|
||||
// Details provides more details about the KMS endpoint status.
|
||||
// including uptime, version and available CPUs.
|
||||
// Could be more in future.
|
||||
Details kes.State
|
||||
}
|
||||
|
||||
// DEK is a data encryption key. It consists of a
|
||||
|
||||
Reference in New Issue
Block a user