The Internet
The Internet

Reputation: 8123

Does SES support AWS Signature V4 when using the REST API?

I see a lot of existing code bases that use the v3 signing api for SES, and didn't see SES on the v4 list. http://docs.aws.amazon.com/general/latest/gr/sigv4_support.html

But I can't imagine why it wouldn't be supported.

Upvotes: 0

Views: 120

Answers (1)

Wade Matveyenko
Wade Matveyenko

Reputation: 4430

Yes, Amazon Simple Email Service does support Signature V4 signing. For example, the AWS SDK for .NET, the AWS SDK for Ruby V2, and the AWS SDK for JavaScript use V4 signing.

Upvotes: 1

Related Questions