Skip to content

Commit

Permalink
feat: Enable sigv4a for SESv2 service (#1795)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelkins committed Oct 28, 2024
1 parent a1cd7d9 commit 1310c5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ open class AWSAuthUtils(
val effectiveAuthSchemes = ServiceIndex(ctx.model).getEffectiveAuthSchemes(ctx.service)

val sdkId = AuthSchemeResolverGenerator.getSdkId(ctx)
val servicesUsingSigV4A = arrayOf("S3", "EventBridge", "CloudFrontKeyValueStore")
val servicesUsingSigV4A = arrayOf("S3", "EventBridge", "CloudFrontKeyValueStore", "SESv2")
var updatedAuthSchemeList = authSchemeList

if (effectiveAuthSchemes.contains(SigV4Trait.ID)) {
Expand Down

0 comments on commit 1310c5a

Please sign in to comment.