Hi Andrew,

I suggest that you first take a look at the jclouds BlobStore Guide [1] on
the main site, specifically the "Using BlobStore API" section. There is a
specific S3 example right there! :)  You can also reference the BlobStore
basics example [2] for additional context.

If you are still having problems, please provide a Gist [3] or Pastie [4]
with your example code for further analysis.

Thanks!

/jd

[1] http://jclouds.apache.org/documentation/userguide/blobstore-guide/
[2]
https://github.com/jclouds/jclouds-examples/blob/master/blobstore-basics/src/main/java/org/jclouds/examples/blobstore/basics/MainApp.java
[3] https://gist.github.com
[4] http://pastie.org



On Fri, Feb 14, 2014 at 8:03 PM, Andrew Stuart <
[email protected]> wrote:

> I'm clearly looking in all the wrong places.
>
> I just need to download a file from S3 and access it as a file like object
> which I can pass to some other object that is expecting a file like object
> with a read interface.
>
> I just can't see how to do that. All I can see if a generator and the
> ability to download to a file on the disk which is not what I need.
>
> Any help - a complete example - would be much appreciated.
>
> thanks
>
>

Reply via email to