You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2021/04/08 07:22:23 UTC

[camel] branch regen_bot updated (449b7a6 -> 807c199)

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 449b7a6  TODO already fixed
     add d80e245  CAMEL-16469 - Camel-AWS2-S3 - Streaming upload: restart from the last index when using the progressive naming strategy
     add 5e2c5a8  CAMEL-16469 - Camel-AWS2-S3 - Streaming upload: restart from the last index when using the progressive naming strategy
     add 29a803b  CAMEL-16469 - Camel-AWS2-S3 - Streaming upload: restart from the last index when using the progressive naming strategy
     add ab8eba6  CAMEL-16469 - Camel-AWS2-S3 - Streaming upload: restart from the last index when using the progressive naming strategy
     add 9353d45  CAMEL-16469 - Camel-AWS2-S3 - Streaming upload: restart from the last index when using the progressive naming strategy
     add 0001399  CAMEL-16469 - Camel-AWS2-S3 - Streaming upload: restart from the last index when using the progressive naming strategy
     add 807c199  CAMEL-16469 - Camel-AWS2-S3 - Streaming upload: restart from the last index when using the progressive naming strategy

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/aws2-s3.json   | 14 +++---
 .../camel/catalog/docs/aws2-s3-component.adoc      | 18 +++----
 .../aws2/s3/AWS2S3ComponentConfigurer.java         |  6 +++
 .../aws2/s3/AWS2S3EndpointConfigurer.java          |  6 +++
 .../aws2/s3/AWS2S3EndpointUriFactory.java          |  3 +-
 .../apache/camel/component/aws2/s3/aws2-s3.json    | 14 +++---
 .../src/main/docs/aws2-s3-component.adoc           | 18 +++----
 .../component/aws2/s3/AWS2S3Configuration.java     | 20 ++++++--
 .../aws2/s3/stream/AWS2S3StreamUploadProducer.java | 33 +++++++++++++
 ...egyEnum.java => AWSS3RestartingPolicyEnum.java} |  6 +--
 .../dsl/Aws2S3ComponentBuilderFactory.java         | 24 ++++++++--
 .../endpoint/dsl/AWS2S3EndpointBuilderFactory.java | 55 +++++++++++++++++++---
 .../modules/ROOT/pages/aws2-s3-component.adoc      | 18 +++----
 13 files changed, 183 insertions(+), 52 deletions(-)
 copy components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/stream/{AWSS3NamingStrategyEnum.java => AWSS3RestartingPolicyEnum.java} (92%)