Details
Description
The current S3 Producer implementation does not use S3's MultiPartUpload functionality. Therefore, the whole data blob needs to be buffered in memory before it can be uploaded to S3.
Using MultiPartUpload, the blob can be uploaded in chunks thereby drastically reducing the required memory.