tree: 9ea445cbda2a1d88b1045bbba50a5326d15784a6 [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
rackspace-cloudfiles-us/README.md

Rackspace Cloud Files US

The new Rackspace Cloud Files US multi-region based provider.

This new “rackspace-cloudfiles-us” provider supercedes the jclouds “cloudfiles-us” provider, which will eventually be deprecated.

With this multi-region support, each BlobStore can be isolated to a specific region:

 RegionScopedBlobStoreContext ctx = 
 	contextBuilder.buildView(RegionScopedBlobStoreContext.class);

 Set<String> regionIds = ctx.configuredRegions();

 // isolated to a specific region
 BlobStore dfwBlobStore = ctx.blobStoreInRegion("DFW");
 BlobStore iadBlobStore = ctx.blobStoreInRegion("IAD");

Production ready? No