aldettinger commented on a change in pull request #3458: URL: https://github.com/apache/camel-quarkus/pull/3458#discussion_r785790287
########## 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: Ok, I think you are right that it's slated for removal. On the other side, reading again the doc section pointed in previous comment, I have another question somewhere else in the PR :) -- 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