You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jclouds.apache.org by felipe gutierrez <fe...@usto.re> on 2014/07/15 15:38:13 UTC

Examples of another providers

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