[
https://issues.apache.org/jira/browse/CAMEL-17027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17755226#comment-17755226
]
Claus Ibsen commented on CAMEL-17027:
-------------------------------------
Also the AWS2S3StreamUploadProducer is not thread-safe, so we need to move that
state to be per exchange (index, etc) so it can be used concurrently.
> camel-aws-a3 - Streaming mode upload avoid stream into memory
> -------------------------------------------------------------
>
> Key: CAMEL-17027
> URL: https://issues.apache.org/jira/browse/CAMEL-17027
> Project: Camel
> Issue Type: Improvement
> Components: camel-aws
> Reporter: Claus Ibsen
> Priority: Major
> Fix For: 4.1.0
>
>
> We should look at the streaming mode as it loads the stream into memory to
> copy to the s3 client.
> We can maybe do this a bit smarter, to write in chunks.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)