EsuRestApi esu = new EsuRestApi( atmosHost, port, atmosUid, atmosSecret);
System.err.println( "Downloading " + atmosPath + " to " + localFile );
Identifier id = null;
if( atmosPath.contains( "/" ) ) {
id = new ObjectPath( atmosPath );
} else {
id = new ObjectId( atmosPath );
}