You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AmazonS3EncryptionClient cannot decrypt SES messages stored in S3.
Expected Behavior
AmazonS3EncryptionClient decrypts encrypted S3 objects created by SES.
Current Behavior
AmazonS3EncryptionClient throws an exception indicating the decryption method is not supported:
'AES/GCM/NoPadding' for metadata key 'x-amz-cek-alg' is invalid. AmazonS3EncryptionClient only supports 'AES/CBC/PKCS5Padding' as the content encryption algorithm. Although this mode is supported by other AWS SDKs, the .NET SDK does not support it at this time.
Context
We want to use SES for receiving emails. Emails should be encrypted at rest.
The text was updated successfully, but these errors were encountered:
AES/GCM/NoPadding is available in .NET 3.5 and .NET 4.5, but not .NET Core 1.0.
This has been added to our feature request list.
Note that we won't be able to implement it in the .NET Core 1.0 SDK.
AmazonS3EncryptionClient cannot decrypt SES messages stored in S3.
Expected Behavior
AmazonS3EncryptionClient decrypts encrypted S3 objects created by SES.
Current Behavior
AmazonS3EncryptionClient throws an exception indicating the decryption method is not supported:
Context
We want to use SES for receiving emails. Emails should be encrypted at rest.
The text was updated successfully, but these errors were encountered: