private transient ServletServer ss;
private boolean bucket = false;
private SortedMap<Entry, S3Object> map = Collections.synchronizedSortedMap(new TreeMap<Entry, S3Object>());
public Server() throws IOException {
ss = new ServletServer(this);
log.info("Server created " + this);
}