jclouds/providers/rackspace-cloudfiles-uk
Zack Shoylev 56c9a05369 Fixes more checkstyle violations. 2014-03-31 20:11:21 -05:00
..
src Fixes more checkstyle violations. 2014-03-31 20:11:21 -05:00
README.md JCLOUDS-423 - Adds support for Rackspace Cloud Files UK provider. 2014-03-05 11:58:32 -06:00
pom.xml JCLOUDS-423 - Adds support for Rackspace Cloud Files UK provider. 2014-03-05 11:58:32 -06:00

README.md

Rackspace Cloud Files UK

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

This new "rackspace-cloudfiles-uk" provider supercedes the jclouds "cloudfiles-uk" provider, which will eventually be deprecated.

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

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

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

 // isolated to the only UK region
 BlobStore dfwBlobStore = ctx.blobStoreInRegion("LON");

Production ready? No