File tree 2 files changed +2
-2
lines changed
codegen/src/main/java/software/amazon/awssdk/codegen/poet/auth/scheme
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ public boolean includeParamForProvider(String name) {
149
149
return true ;
150
150
}
151
151
152
- // New Multi Auth determined by "auth" triat on Service model or operation model.
152
+ //Multi- Auth option determined by "auth" trait on Service model or operation model.
153
153
public boolean hasMultiAuthSigvOrSigv4a () {
154
154
List <AuthType > authList = intermediateModel .getMetadata ().getAuth ();
155
155
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public TypeSpec poetSpec() {
60
60
.addMethod (builderMethod ())
61
61
.addType (builderImplSpec ());
62
62
63
- if (authSchemeSpecUtils .useEndpointBasedAuthProvider () || authSchemeSpecUtils . hasMultiAuthSigvOrSigv4a ()) {
63
+ if (authSchemeSpecUtils .useEndpointParamsInAuthScheme ()) {
64
64
b .addSuperinterface (authSchemeSpecUtils .parametersEndpointAwareDefaultImplName ());
65
65
}
66
66
You can’t perform that action at this time.
0 commit comments