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 acab9be CAMEL-14916: Remove JAXB based dump model classes that are no
longer in use.
new e60884f CAMEL-14868 - Camel-AWS2-*: Where possible, give the
possiblity to the end user to pass an AWS Request pojo as body, aws2-s3 copy
object
new f974d9e CAMEL-14868 - Camel-AWS2-*: Where possible, give the
possiblity to the end user to pass an AWS Request pojo as body, aws2-s3 delete
Object
new a32d5e7 CAMEL-14868 - Camel-AWS2-*: Where possible, give the
possiblity to the end user to pass an AWS Request pojo as body, aws2-s3 delete
bucket and get object
new 0f53c8a CAMEL-14868 - Camel-AWS2-*: Where possible, give the
possiblity to the end user to pass an AWS Request pojo as body, aws2-s3 list
objects and get object range
new e3b5c1d CAMEL-14868 - Camel-AWS2-*: Where possible, give the
possiblity to the end user to pass an AWS Request pojo as body, aws2-s3 fixed CS
new 0b3476a CAMEL-14868 - Camel-AWS2-*: Where possible, give the
possiblity to the end user to pass an AWS Request pojo as body, aws2-s3 regen
new cf17c89 CAMEL-14868 - Camel-AWS2-*: Where possible, give the
possiblity to the end user to pass an AWS Request pojo as body, aws2-s3 regen
website docs
The 7 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 | 5 +
.../aws2/s3/AWS2S3EndpointConfigurer.java | 5 +
.../apache/camel/component/aws2/s3/aws2-s3.json | 2 +
.../src/main/docs/aws2-s3-component.adoc | 6 +-
.../component/aws2/s3/AWS2S3Configuration.java | 13 ++
.../camel/component/aws2/s3/AWS2S3Producer.java | 150 ++++++++++++++-------
.../dsl/Aws2S3ComponentBuilderFactory.java | 13 ++
.../endpoint/dsl/AWS2S3EndpointBuilderFactory.java | 72 ++++++++++
.../modules/ROOT/pages/aws2-s3-component.adoc | 6 +-
9 files changed, 223 insertions(+), 49 deletions(-)