> @@ -531,6 +532,9 @@ protected Module createHttpModule() {
> }
>
> protected void awaitConsistency() {
> + if (!initialized) {This seems magical. Instead should we pass a flag to `createContainerAndEnsureEmpty` which controls the call to `awaitConsistency`? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/789/files#r33330972
