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 d944320  CAMEL-16405 Added statement query timeout in sql-stored 
component (#5294)
     new c0f45fb  CAMEL-16185 - AWS S3: improve multipart support - streaming 
upload
     new 844da25  CAMEL-16185 - AWS S3: improve multipart support - streaming 
upload
     new fb64227  CAMEL-16185 - AWS S3: improve multipart support - streaming 
upload
     new 624a259  CAMEL-16185 - AWS S3: improve multipart support - streaming 
upload
     new a49b814  CAMEL-16185 - AWS S3: improve multipart support - streaming 
upload
     new 4821425  CAMEL-16185 - AWS S3: improve multipart support - streaming 
upload
     new 578dfe9  CAMEL-16185 - AWS S3: improve multipart support - streaming 
upload
     new c701c66  CAMEL-16185 - AWS S3: improve multipart support - streaming 
upload
     new 5721592  CAMEL-16185 - AWS S3: improve multipart support - streaming 
upload

The 9 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   |   6 +-
 .../camel/catalog/docs/aws2-s3-component.adoc      |  16 +--
 .../aws2/s3/AWS2S3ComponentConfigurer.java         |  18 ++--
 .../aws2/s3/AWS2S3EndpointConfigurer.java          |  18 ++--
 .../aws2/s3/AWS2S3EndpointUriFactory.java          |   5 +-
 .../apache/camel/component/aws2/s3/aws2-s3.json    |   6 +-
 .../src/main/docs/aws2-s3-component.adoc           |  16 +--
 .../component/aws2/s3/AWS2S3Configuration.java     |  23 ++++-
 .../camel/component/aws2/s3/AWS2S3Endpoint.java    |   2 +-
 .../aws2/s3/stream/AWS2S3StreamUploadProducer.java | 114 ++++++++++++++++-----
 .../S3StreamUploadOperationLocalstackTest.java     |   2 +-
 ...va => S3StreamUploadTimeoutLocalstackTest.java} |  11 +-
 .../dsl/Aws2S3ComponentBuilderFactory.java         |  26 ++++-
 .../endpoint/dsl/AWS2S3EndpointBuilderFactory.java |  46 +++++++--
 .../modules/ROOT/pages/aws2-s3-component.adoc      |  16 +--
 15 files changed, 237 insertions(+), 88 deletions(-)
 copy 
components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/localstack/{S3StreamUploadOperationLocalstackTest.java
 => S3StreamUploadTimeoutLocalstackTest.java} (88%)

Reply via email to