.gitignore
.readthedocs.yaml
CONTRIBUTING.md
LICENSE
README.md
docker-compose.yml
justfile
pyproject.toml
pyrightconfig.json
pytest.ini
uv.lock
./opendalfs/__init__.py
./opendalfs/file.py
./opendalfs/fs.py
./opendalfs/py.typed
./opendalfs/registry.py
.github/workflows/docs.yml
.github/workflows/release.yml
.github/workflows/tests.yml
bench/bench_read_write.py
docs/check_examples.py
docs/conf.py
docs/index.md
docs/concepts/architecture.md
docs/concepts/capabilities.md
docs/concepts/index.md
docs/contributing/index.md
docs/integrations/airflow.md
docs/integrations/dask.md
docs/integrations/dvc-objects.md
docs/integrations/huggingface-datasets.md
docs/integrations/index.md
docs/integrations/intake.md
docs/integrations/kerchunk.md
docs/integrations/pandas.md
docs/integrations/prefect.md
docs/integrations/pyarrow.md
docs/integrations/pytorch-lightning.md
docs/integrations/rechunker.md
docs/integrations/torchdata.md
docs/integrations/universal-pathlib.md
docs/integrations/xarray.md
docs/integrations/zarr.md
docs/reference/api.md
docs/reference/compatibility.md
docs/reference/configuration.md
docs/reference/index.md
docs/reference/protocols.md
docs/user-guide/common-file-operations.md
docs/user-guide/connecting-to-storage.md
docs/user-guide/index.md
docs/user-guide/production.md
docs/user-guide/quickstart.md
opendalfs/__init__.py
opendalfs/file.py
opendalfs/fs.py
opendalfs/py.typed
opendalfs/registry.py
opendalfs.egg-info/PKG-INFO
opendalfs.egg-info/SOURCES.txt
opendalfs.egg-info/dependency_links.txt
opendalfs.egg-info/entry_points.txt
opendalfs.egg-info/requires.txt
opendalfs.egg-info/scm_file_list.json
opendalfs.egg-info/scm_version.json
opendalfs.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/core/test_atomic_create.py
tests/core/test_basic.py
tests/core/test_file.py
tests/core/test_fsspec_abstract.py
tests/core/test_protocol_registration.py
tests/core/test_s3fs_directories.py
tests/core/test_s3fs_errors.py
tests/core/test_s3fs_parity.py
tests/core/test_s3fs_transfers.py
tests/integration/conftest.py
tests/integration/airflow/test_object_storage_path.py
tests/integration/dask/test_dask.py
tests/integration/dvc_objects/test_filesystem.py
tests/integration/huggingface_datasets/test_load_dataset.py
tests/integration/intake/test_catalog.py
tests/integration/kerchunk/test_kerchunk.py
tests/integration/pandas/test_pandas.py
tests/integration/prefect/test_remote_filesystem.py
tests/integration/pyarrow/test_dataset.py
tests/integration/pytorch_lightning/test_checkpoint.py
tests/integration/rechunker/test_rechunker.py
tests/integration/torchdata/test_fsspec_datapipes.py
tests/integration/universal_pathlib/test_upath.py
tests/integration/xarray/test_zarr.py
tests/integration/zarr/test_fsspec_store.py
tests/utils/s3.py