@andrewgaul The work I am doing is to modernize the Swift API to be multi-region aware and is being done in the jclouds-labs-openstack/openstack-swift project.
Here is an example of accessing the Swift Account API:
AccountApi acctApi = swiftApi.getAccountApiForRegion("some-region");
@joshvote Is that your intent with this PR?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/31#issuecomment-19917897
