minio / kes

Key Managament Server for Object Storage and more
https://min.io/docs/kes/concepts/
GNU Affero General Public License v3.0
459 stars 97 forks source link

update `kes-go` dependency to v0.2.0 #399

Closed aead closed 1 year ago

aead commented 1 year ago

This commit updates the Go SDK used to implement the CLI to v0.2.0.

This mainly includes changes to listing via the kes.ListIter[T] and switching to kes.Rule based kes.Policy type.

Fixes #397