We are trying to upload a file to an S3 bucket. Using the standard encryption works fine, but when we change to use Server-side encryption with AWS Key Management Service keys (SSE-KMS) and specify a Encryption key ARN, it will continue to upload but the encryption type is Server-side encryption with Amazon S3 managed keys (SSE-S3). This will fail our audit and we have a policy now on the S3 bucket to only allow TLS connections and it must use the Encryption key ARN. I don't see any option on the node more advanced than setting Encryption to True or False. Has anybody successfully uploaded a file using this encryption method?
Update: The following works on the command line, which I am now calling from a Transform node, but would like to use the S3 nodes provided.
aws s3 cp {FileName} {Bucket} --sse aws:kms --sse-kms-key-id {Key}
------------------------------
Gerry Mullin
Avalara Inc
Seattle WA
------------------------------