Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SES KMS S3 bucket decryption #272

Closed
recker76 opened this issue Nov 16, 2015 · 1 comment
Closed

SES KMS S3 bucket decryption #272

recker76 opened this issue Nov 16, 2015 · 1 comment
Labels
feature-request A feature should be added or improved.

Comments

@recker76
Copy link

(leveraging feature request from js lib)

Recently AWS SES started accepting inbound email, saved in an S3 bucket. There's an option to encrypt the data, which is great, otherwise everything is exposed as plain text in your bucket.

The problems start with only accepting a KMS key for encryption. That means it needs to be managed from the AWS side.

The official documentation says on the subject:

Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side encryption. This means that you must use the Amazon S3 encryption client to decrypt the email after retrieving it from Amazon S3, as the service has no access to use your AWS KMS keys for decryption. This encryption client is available with the AWS Java SDK and AWS Java Ruby only.
http://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-action-s3.html

How can we bring that functionality to the .net lib, so we can decrypt and read our messages using c#?

Thanks!!

@jimfl jimfl added the feature-request A feature should be added or improved. label Nov 16, 2015
@PavelSafronov
Copy link

At the moment, this is not supported. This request has been added to our feature request list for tracking. Closing the issue.

https://github.com/aws/aws-sdk-net/blob/master/FEATURE_REQUESTS.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

3 participants