Skip to content

Commit

Permalink
Add cloudfront keyvaluestore to sigV4a trait customization
Browse files Browse the repository at this point in the history
  • Loading branch information
0marperez committed Mar 6, 2024
1 parent 805e7d5 commit 9c2bee1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class SigV4AsymmetricTraitCustomization : KotlinIntegration {
override val order: Byte = -60

// services which support SigV4A but don't model it
private val unmodeledSigV4aServices = listOf("s3", "eventbridge")
private val unmodeledSigV4aServices = listOf("s3", "eventbridge", "cloudfront keyvaluestore")

override fun enabledForService(model: Model, settings: KotlinSettings): Boolean =
unmodeledSigV4aServices.contains(settings.sdkId.lowercase()) && !model.isTraitApplied(SigV4ATrait::class.java)
Expand Down

0 comments on commit 9c2bee1

Please sign in to comment.