Skip to content

Commit

Permalink
fix codegen to only apply this change to s3 and s3control service
Browse files Browse the repository at this point in the history
  • Loading branch information
skotambkar committed Nov 9, 2020
1 parent af51b92 commit 5f6dc7f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ public void processFinalizedModel(GoSettings settings, Model model) {

runtimeClientPlugins.add(RuntimeClientPlugin.builder()
.servicePredicate(S3UpdateEndpoint::isS3SharedService)
.operationPredicate((m, s, o) -> o.equals(operation))
.registerMiddleware(MiddlewareRegistrar.builder()
.resolvedFunction(SymbolUtils.createValueSymbolBuilder(helperFuncName)
.build())
Expand Down

0 comments on commit 5f6dc7f

Please sign in to comment.