Skip to content

Commit

Permalink
chore: codegen, limit service for s3Expires middleware (#5734)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe authored Jan 29, 2024
1 parent 0b29652 commit c5b9d4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ && containsInputMembers(m, o, BUCKET_ENDPOINT_INPUT_KEYS))
RuntimeClientPlugin.builder()
.withConventions(AwsDependency.S3_MIDDLEWARE.dependency, "S3ExpiresMiddleware",
HAS_MIDDLEWARE)
.operationPredicate((m, s, o) -> containsExpiresOutput(m, o))
.operationPredicate((m, s, o) -> isS3(s) && containsExpiresOutput(m, o))
.build(),
RuntimeClientPlugin.builder()
.withConventions(AwsDependency.S3_MIDDLEWARE.dependency, "S3Express",
Expand Down

0 comments on commit c5b9d4d

Please sign in to comment.