Processing chunked response from REST API/AWS S3 Select

0
I am trying to process a S3 Select – response in Mendix. Since the response size in unknown amazon sends it back in streams codes transfer-encoding:chunked. More specifically, I am trying to do this in Mendix. https://github.com/awslabs/aws-c-event-stream
asked
1 answers
0

I’m not 100% sure how your tying to do this but I think you should be using the AWS SDK for Java and then you will need some java actions to what you need

There is something for s3 in the app store it may be possible to modify this to suit your needs

answered