JiriOndrusek commented on a change in pull request #3458: URL: https://github.com/apache/camel-quarkus/pull/3458#discussion_r785783929
########## File path: integration-test-groups/aws2/aws2-s3/src/test/java/org/apache/camel/quarkus/component/aws2/s3/it/Aws2S3Test.java ########## @@ -41,6 +44,9 @@ private int objects_num_before; private int objects_num_after; + @Aws2Client(LocalStackContainer.Service.S3) + S3Client client; Review comment: sorry I missed it from my older attempts, I'll remove this one variable -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org