codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/auth/SigV4ADefinition.java [69:76]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ) {
        var trait = context.getService().expectTrait(SigV4Trait.class);
        return goTemplate("""
                &$option:T{
                    SchemeID: $schemeId:T,
                    SignerProperties: func() $properties:T {
                        var props $properties:T
                        $setSigningName:T(&props, $name:S)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/auth/SigV4Definition.java [67:74]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ) {
        var trait = context.getService().expectTrait(SigV4Trait.class);
        return goTemplate("""
                &$option:T{
                    SchemeID: $schemeId:T,
                    SignerProperties: func() $properties:T {
                        var props $properties:T
                        $setSigningName:T(&props, $name:S)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



