/** * Return a file status object that represents the path. * * @param f The path we want information from * @return a FileStatus object */ @Override public FileStatus getFileStatus(Path f) throws IOException { return store.getObjectMetadata(f); }