> private String name = getClass().getSimpleName(); > private String containerName = getClass().getSimpleName() + "Container"; > + > + public void copy() throws Exception { > + for (String regionId : regions) { > + // source > + String sourceContainer = "src" + containerName; > + String sourceObject = "original.txt"; > + String badSource = "badSource"; > + > + // destination > + String destinationContainer = "dest"+ containerName;
[minor] Space after `"dest"`? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/73/files#r8710116