JiriOndrusek commented on code in PR #4404: URL: https://github.com/apache/camel-quarkus/pull/4404#discussion_r1087648773
########## integration-test-groups/aws2/aws2-cw/src/main/java/org/apache/camel/quarkus/component/aws2/cw/it/Aws2CwResource.java: ########## @@ -97,18 +104,30 @@ public Response postMap( return val; })); try { + if (defaultCredentialsProvider && setCredentials) { + System.setProperty("aws.accessKeyId", + ConfigProvider.getConfig().getValue("camel.component.aws2-cw.access-key", String.class)); + System.setProperty("aws.secretAccessKey", + ConfigProvider.getConfig().getValue("camel.component.aws2-cw.secret-key", String.class)); Review Comment: Comment will be added as a part of followup issue - https://github.com/apache/camel-quarkus/issues/4442 -- 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