The spec says that `exists()` takes in `**kwargs`: https://filesystem-spec.readthedocs.io/en/latest/_modules/fsspec/spec.html#AbstractFileSystem.exists but https://github.com/fsspec/adlfs/blob/main/adlfs/spec.py#L1368 does not.