Add support for configuring AWS server side encryption (SSE-KMS)
This commit adds settings for the storage_options
setting used to
configure AWS server side encryption. Note that only SSE-KMS
(https://docs.aws.amazon.com/kms/latest/developerguide/services-s3.html#sse)
is supported; SSE-C is not.
Related merge requests:
Edited by Stan Hu