316317318319320321322
} if(marker != null) { parameters.add(new BasicNameValuePair("marker", marker)); } HttpGet method = new HttpGet(region.getStorageUrl(parameters)); return this.execute(method, new ContainerResponseHandler(region)); }
315316317318319320321