Skip to content

Commit

Permalink
feat: Enable sigv4a for SESv2 service (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelkins authored Oct 21, 2024
1 parent c236ded commit 936497c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ class AuthSchemeResolverGenerator {

// Utility function for checking if a service relies on endpoint resolver for auth scheme resolution
fun usesRulesBasedAuthResolver(ctx: ProtocolGenerator.GenerationContext): Boolean {
return listOf("s3", "eventbridge", "cloudfront keyvaluestore").contains(ctx.settings.sdkId.lowercase(Locale.US))
return listOf("s3", "eventbridge", "cloudfront keyvaluestore", "sesv2").contains(ctx.settings.sdkId.lowercase(Locale.US))
}

// Utility function for returning sdkId from generation context
Expand Down

0 comments on commit 936497c

Please sign in to comment.