// System.out.println(swiftClient.execute(new ListObjects("navidad2", new HashMap<String, String>() {{
// put("path", "");
// }})).get(0).getContentType());
ObjectDownload download = swift.containers().container("navidad").download("example2").execute();
write(download.getInputStream(), "example2");
}
}