aldettinger commented on a change in pull request #3458: URL: https://github.com/apache/camel-quarkus/pull/3458#discussion_r785781881
########## 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: We inject a client without using it directly. Is there a trick to explain ? -- 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