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