> 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?
Take a look at clojure.java.io

There is a `reader` function which will convert an InputStream to a
Reader. There is also copy, etc.

More here http://clojuredocs.org/clojure_core/clojure.java.io

Regards,
BG

-- 
Baishampayan Ghose
b.ghose at gmail.com

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to