v1.4.2
feature: Add ability to use KMS encryption @pazaan (#178)
what
- Add the ability to use KMS encryption through the addition of the
sse_encryption
andkms_master_key_id
variables.
why
- Some business have security policies that require the use of customer-managed keys.
- As per the statement in #105, the default behavior has been left the same as it currently is.
references
- closes #105