AWS S3 - upload file using KMS encryption

0
Hi, is there anyone who is able to upload file to AWS S3 using KMS encryption? In documentation I found this: https://docs.mendix.com/refguide9/custom-settings/#amazon-s3-storage-service-settings  Parameter: com.mendix.storage.s3.EncryptionKeys But I don’t know which value I should set for “algorithm”. I always get error: Updating s3 encryption key failed: algorithm invalid (aws:kms KeyGenerator not available) I have tried some other values for algorithm – but always with same error.
asked
1 answers
0

Hey Wolfgang, it is currently not possible to set KMS encryption for files uploaded through the Mendix S3 connector. The values that can be found there are regarding the mendix internal S3 storage and wont affect any objects that are uploaded through the Mendix S3 Connector. 

What is your usecase for uploading encrypted objects to S3?

answered