Skip to content

minio/kms-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinIO KMS

This repository contains the Go SDKs for MinIO KMS and MinIO KES in two separate Go modules:

Each module uses its own semantic version and can be imported separately.

KMS SDK

Go Reference GitHub Tag

Import the KMS SDK via:

$ go get github.com/minio/kms-go/kms@latest

Or add it to your go.mod file:

require (
   github.com/minio/kms-go/kms@latest
)

KES SDK

Go Reference GitHub Tag

Import the KES SDK via:

$ go get github.com/minio/kms-go/kes@latest

Or add it to your go.mod file:

require (
   github.com/minio/kms-go/kes@latest
)

License

Use of the KES SDK is governed by the AGPLv3 license that can be found in the LICENSE file.