# Functions
Decrypt decrypts into a string data.
Encrypt encrypts a string data.
NewConfig returns a new configuration.
NewKMSClient construct a KMS client.
NewMockKMSClient creates a new MockClient with a default data key.
NewS3Client returns a new S3 client.
# Structs
AssumeRole is the options for AssumeRole.
KMSClient maintains the client to access AWS KMS related service.
MockKMSClient is a mock implementation of KMSClient.
NewConfigOptions is the configuration options.
NewS3ClientOptions is the options for NewS3Client.