public Iterator<String> listDatastreams() { return datastreamStore.list(); }
public Iterator<String> listObjects() { return objectStore.list(); }