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 dae11d0 Added notes about dump model classes removal and camel-karaf
in upgrade docs
new fb6ed62 CAMEL-14618 - Camel-aws-s3: Add an option to consumer to be
able to move the consumed files to another bucket
new 359f014 CAMEL-14618 - Camel-aws-s3: Add an option to consumer to be
able to move the consumed files to another bucket, added test
new af48489 CAMEL-14618 - Camel-aws-s3: Add an option to consumer to be
able to move the consumed files to another bucket, improving docs
new 97a3583 CAMEL-14618 - Camel-aws-s3: Add an option to consumer to be
able to move the consumed files to another bucket, regen docs
new 132fb28 CAMEL-14618 - Camel-aws-s3: Add an option to consumer to be
able to move the consumed files to another bucket, added an example
new 6f7084b CAMEL-14618 - Camel-aws-s3: Add an option to consumer to be
able to move the consumed files to another bucket, regen website docs
The 6 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:
.../aws2/s3/AWS2S3ComponentConfigurer.java | 10 +++++
.../aws2/s3/AWS2S3EndpointConfigurer.java | 10 +++++
.../apache/camel/component/aws2/s3/aws2-s3.json | 4 ++
.../src/main/docs/aws2-s3-component.adoc | 21 +++++++++-
.../component/aws2/s3/AWS2S3Configuration.java | 29 ++++++++++++++
.../camel/component/aws2/s3/AWS2S3Consumer.java | 13 +++++-
...ionTest.java => S3ConsumerIntegrationTest.java} | 27 ++++++++-----
.../dsl/Aws2S3ComponentBuilderFactory.java | 31 +++++++++++++++
.../endpoint/dsl/AWS2S3EndpointBuilderFactory.java | 46 ++++++++++++++++++++++
.../modules/ROOT/pages/aws2-s3-component.adoc | 21 +++++++++-
10 files changed, 197 insertions(+), 15 deletions(-)
copy
components/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/integration/{S3CopyObjectOperationIntegrationTest.java
=> S3ConsumerIntegrationTest.java} (78%)