Hi all,

I use org.jclouds.blobstore.domain.Blob to manage my block of files and
send it to the cloud. Eg:

ContextBuilder overrides =
ContextBuilder.newBuilder("filesystem").overrides(properties);
mContext = overrides.buildView(BlobStoreContext.class);

Looking at the jclouds git I saw another lib providers like
https://github.com/disy/jclouds/tree/master/providers/imagestore or the
list of it: https://github.com/disy/jclouds/tree/master/providers

Where can I find an example to implement my store with these providers?

Thanks in advance!
Felipe

Reply via email to