Fork me on GitHub
#aws
<
2022-01-27
>
orestis08:01:45

Heh. I've started, but I have to put it on ice for a bit to focus on some feature work.

Ben Sless11:01:50

Question regarding the s3 client, is it possible get an object as a stream instead of first downloading it into memory?

ghadi14:01:57

are you asking about a particular AWS library?

Ben Sless14:01:00

cognitect aws client

ghadi14:01:25

so there is a branch called execution-flow that includes streaming responses

ghadi14:01:32

it's unfortunately not been mainlined

hiredman19:01:54

getobject supports ranged requests

dangercoder13:08:39

@UK0810AQ2 I know this is a rather old question, did you end up using the Java Lib directly?

Ben Sless13:08:07

No, I just gzipped it. Data was so repetitive zipping proved to be super effective

👍 1