8000 GitHub - swift-s3/kms-go: SwiftS3 Key Management SDK
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

swift-s3/kms-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwiftS3 KMS

This repository contains the Go SDKs for SwiftS3 KMS and SwiftS3 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/swift-s3/kms-go/kms@latest

Or add it to your go.mod file:

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

KES SDK

Go Reference GitHub Tag

Import the KES SDK via:

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

Or add it to your go.mod file:

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

License

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

Languages

  • Go 99.9%
  • Shell 0.1%
0