Re: How to read an InputStream

2012-06-13 Thread Baishampayan Ghose
> 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 # com.amazonaws.services.s3.model.S3ObjectInputStream@40d88d2d> > How can I get the content inside this InputStream, any ideas, unfortunately > I do not know how? Take a loo

How to read an InputStream

2012-06-13 Thread Joao_Salcedo
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 # 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 -- You received this messag