oscerd commented on issue #372:
URL: https://github.com/apache/camel-kamelets/issues/372#issuecomment-860740199


   One possibility is avoid the body of the S3 Object through the includeBody 
option:
   
   "If it is true, the S3Object exchange will be consumed and put into the body 
and closed. If false the S3Object stream will be put raw into the body and the 
headers will be set with the S3 object metadata. This option is strongly 
related to autocloseBody option. In case of setting includeBody to true because 
the S3Object stream will be consumed then it will also be closed in case of 
includeBody false then it will be up to the caller to close the S3Object 
stream. However setting autocloseBody to true when includeBody is false it will 
schedule to close the S3Object stream automatically on exchange completion."
   
   It is true by default, so we can provide it as option and you can set it to 
false.


-- 
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.

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


Reply via email to