bonnetb opened a new pull request, #14062:
URL: https://github.com/apache/camel/pull/14062

   # Description
   
   See: https://issues.apache.org/jira/browse/CAMEL-20728
   This PR aims to provide camel-aws2s3 producer for support for multipart 
upload in combination with streaming mode. Actually, today's streaming mode 
agregates messages into S3 objects, but each object is sent as a whole, which 
can be an issue if it is huge (memory failure). This PR enables multipart (S3 
API multipart) for each object upload.
   multiPartUpload must be enabled, and partSize will specify chunk sizes.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to