This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 71a5de5e1610da7d6bc5170497473bc5c03cdc47 Merge: a7a5c23 ce98d83 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Apr 14 19:26:43 2020 +0200 Merge pull request #1085 from apache/aws2-s3 AWS2 S3 native extension .../pages/list-of-camel-quarkus-extensions.adoc | 6 +- extensions/aws2-s3/deployment/pom.xml | 83 +++++++++++++++ .../aws2/s3/deployment/Aws2S3Processor.java | 111 +++++++++++++++++++++ extensions/aws2-s3/pom.xml | 39 ++++++++ extensions/aws2-s3/runtime/pom.xml | 91 +++++++++++++++++ .../main/resources/META-INF/quarkus-extension.yaml | 4 +- .../main/resources/META-INF/quarkus-extension.yaml | 1 + extensions/pom.xml | 1 + integration-tests/aws2/pom.xml | 4 + .../component/{aws => aws2}/CamelRoute.java | 10 +- .../aws2/src/main/resources/application.properties | 15 +-- poms/bom-deployment/pom.xml | 5 + poms/bom/pom.xml | 16 +++ 13 files changed, 373 insertions(+), 13 deletions(-)
