This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 669745e (chores) Simplified assertions (#4632)
add c6f4642 CAMEL-15867 - Camel-AWS2-S3: Add a an Autowired S3Presigner
UriParam in Configuration
add b45ccc5 CAMEL-15867 - Camel-AWS2-S3: Add a an Autowired S3Presigner
UriParam in Configuration, added integration tests
add 02c0653 CAMEL-15867 - Camel-AWS2-S3: Add a an Autowired S3Presigner
UriParam in Configuration, Fixed CS
add 793679d CAMEL-15867 - Camel-AWS2-S3: Add a an Autowired S3Presigner
UriParam in Configuration, if Presigner is autowired, do not close it
add 60928aa CAMEL-15867 - Camel-AWS2-S3: Add a an Autowired S3Presigner
UriParam in Configuration, CS
add 0842de5 Regen for commit 60928aadcd90a10865168fa9d12daa6eb9f892f5
No new revisions were added by this update.
Summary of changes:
.../apache/camel/catalog/components/aws2-s3.json | 2 +
.../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 +-
14 files changed, 192 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%)