HI all,
I am trying to read a InputStream that is coming from S3
I am using clj-aws-s3 library
When I get the object I get a #<S3ObjectInputStream com.amazonaws.services.s3.model.S3ObjectInputStream@40d88d2d>
How can I get the content inside this InputStream, any ideas, unfortunately I do not know how?
Any example code would be great.
Cheers
JS