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 d3cc93f  Avoid catching Throwable because it could also catch Java 
Errors that shouldn't be handled (#4958)
     new 7ee8b4d  [CAMEL-14871] doneFileName attribute on the S3Consumers
     new a7071b3  [CAMEL-14871] code review, method renames, formatting.

The 2 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:
 .../component/aws/s3/S3EndpointConfigurer.java     |  6 +++++
 .../org/apache/camel/component/aws/s3/aws-s3.json  |  1 +
 .../camel/component/aws/s3/S3Configuration.java    | 13 ++++++++++
 .../apache/camel/component/aws/s3/S3Consumer.java  | 26 ++++++++++++++++++-
 .../aws2/s3/AWS2S3EndpointConfigurer.java          |  6 +++++
 .../apache/camel/component/aws2/s3/aws2-s3.json    |  1 +
 .../component/aws2/s3/AWS2S3Configuration.java     | 13 ++++++++++
 .../camel/component/aws2/s3/AWS2S3Consumer.java    | 29 ++++++++++++++++++++--
 8 files changed, 92 insertions(+), 3 deletions(-)

Reply via email to