Documentation
¶
Index ¶
- Constants
- Variables
- func KMSDecrypt(ciphertext string) (string, error)
- func KMSEncrypt(plaintext string, kmsKey string) (string, error)
- func NewKMSClient() *kms.Client
- func NewS3Client() *s3.Client
- func S3Get(s3path string) ([]byte, error)
- func S3Put(s3path string, body string) error
- type S3ListResult
Constants ¶
View Source
const (
DefaultAWSRegion string = "us-east-1"
)
Variables ¶
View Source
var ( AWSRegion string AWSEndpoint string AWSConfig aws.Config )
Functions ¶
func KMSDecrypt ¶
func NewKMSClient ¶
func NewS3Client ¶
Types ¶
type S3ListResult ¶
Click to show internal directories.
Click to hide internal directories.