This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 669745e  (chores) Simplified assertions (#4632)
     new c6f4642  CAMEL-15867 - Camel-AWS2-S3: Add a an Autowired S3Presigner 
UriParam in Configuration
     new b45ccc5  CAMEL-15867 - Camel-AWS2-S3: Add a an Autowired S3Presigner 
UriParam in Configuration, added integration tests
     new 02c0653  CAMEL-15867 - Camel-AWS2-S3: Add a an Autowired S3Presigner 
UriParam in Configuration, Fixed CS
     new 793679d  CAMEL-15867 - Camel-AWS2-S3: Add a an Autowired S3Presigner 
UriParam in Configuration, if Presigner is autowired, do not close it
     new 60928aa  CAMEL-15867 - Camel-AWS2-S3: Add a an Autowired S3Presigner 
UriParam in Configuration, CS

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../camel/catalog/docs/aws2-s3-component.adoc      |  6 +-
 .../aws2/s3/AWS2S3ComponentConfigurer.java         |  8 +-
 .../aws2/s3/AWS2S3EndpointConfigurer.java          |  8 +-
 .../aws2/s3/AWS2S3EndpointUriFactory.java          |  3 +-
 .../apache/camel/component/aws2/s3/aws2-s3.json    |  2 +
 .../src/main/docs/aws2-s3-component.adoc           |  6 +-
 .../component/aws2/s3/AWS2S3Configuration.java     | 15 ++++
 .../camel/component/aws2/s3/AWS2S3Producer.java    | 19 +++--
 ...reateDownloadLinkOperationIntegrationTest.java} | 17 ++++-
 ...hProvidedPresignerOperationLocalstackTest.java} | 15 +++-
 .../dsl/Aws2S3ComponentBuilderFactory.java         | 16 ++++
 .../endpoint/dsl/AWS2S3EndpointBuilderFactory.java | 88 ++++++++++++++++++++++
 .../modules/ROOT/pages/aws2-s3-component.adoc      |  6 +-
 13 files changed, 190 insertions(+), 19 deletions(-)
 copy 
components/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/{localstack/S3CreateDownloadLinkOperationLocalstackTest.java
 => integration/S3CreateDownloadLinkOperationIntegrationTest.java} (80%)
 copy 
components/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/localstack/{S3CreateDownloadLinkOperationLocalstackTest.java
 => S3CreateDownloadLinkWithProvidedPresignerOperationLocalstackTest.java} (83%)

Reply via email to