public ListenableFuture<Boolean> createContainer(String container) {
   return blobStore.createContainerInLocation(null, container);
 }