.gitignore .pre-commit-config.yaml AUTHORS CODE_OF_CONDUCT.md CONTRIBUTORS LICENSE MANIFEST.in Makefile README.md mypy.ini pyproject.toml pytest.ini requirements-azure.txt requirements-libcloud.txt requirements-swh.txt requirements-test.txt requirements-winery.txt requirements.txt setup.cfg setup.py tox.ini bin/swh-objstorage-azure docs/.gitignore docs/Makefile docs/cli.rst docs/conf.py docs/index.rst docs/winery.rst docs/_static/.placeholder docs/_templates/.placeholder swh/__init__.py swh.objstorage.egg-info/PKG-INFO swh.objstorage.egg-info/SOURCES.txt swh.objstorage.egg-info/dependency_links.txt swh.objstorage.egg-info/entry_points.txt swh.objstorage.egg-info/requires.txt swh.objstorage.egg-info/top_level.txt swh/objstorage/__init__.py swh/objstorage/cli.py swh/objstorage/exc.py swh/objstorage/factory.py swh/objstorage/interface.py swh/objstorage/objstorage.py swh/objstorage/py.typed swh/objstorage/api/__init__.py swh/objstorage/api/client.py swh/objstorage/api/server.py swh/objstorage/backends/__init__.py swh/objstorage/backends/azure.py swh/objstorage/backends/generator.py swh/objstorage/backends/http.py swh/objstorage/backends/in_memory.py swh/objstorage/backends/libcloud.py swh/objstorage/backends/noop.py swh/objstorage/backends/pathslicing.py swh/objstorage/backends/seaweedfs/__init__.py swh/objstorage/backends/seaweedfs/http.py swh/objstorage/backends/seaweedfs/objstorage.py swh/objstorage/backends/winery/__init__.py swh/objstorage/backends/winery/database.py swh/objstorage/backends/winery/objstorage.py swh/objstorage/backends/winery/roshard.py swh/objstorage/backends/winery/rwshard.py swh/objstorage/backends/winery/sharedbase.py swh/objstorage/backends/winery/stats.py swh/objstorage/backends/winery/throttler.py swh/objstorage/multiplexer/__init__.py swh/objstorage/multiplexer/multiplexer_objstorage.py swh/objstorage/multiplexer/striping_objstorage.py swh/objstorage/multiplexer/filter/__init__.py swh/objstorage/multiplexer/filter/filter.py swh/objstorage/multiplexer/filter/id_filter.py swh/objstorage/multiplexer/filter/read_write_filter.py swh/objstorage/tests/__init__.py swh/objstorage/tests/conftest.py swh/objstorage/tests/objstorage_testing.py swh/objstorage/tests/test_multiplexer_filter.py swh/objstorage/tests/test_objstorage_api.py swh/objstorage/tests/test_objstorage_azure.py swh/objstorage/tests/test_objstorage_cloud.py swh/objstorage/tests/test_objstorage_http.py swh/objstorage/tests/test_objstorage_in_memory.py swh/objstorage/tests/test_objstorage_instantiation.py swh/objstorage/tests/test_objstorage_multiplexer.py swh/objstorage/tests/test_objstorage_noop.py swh/objstorage/tests/test_objstorage_pathslicing.py swh/objstorage/tests/test_objstorage_random_generator.py swh/objstorage/tests/test_objstorage_seaweedfs.py swh/objstorage/tests/test_objstorage_striping.py swh/objstorage/tests/test_objstorage_winery.py swh/objstorage/tests/test_pathslicer.py swh/objstorage/tests/test_server.py swh/objstorage/tests/winery_benchmark.py swh/objstorage/tests/winery_testing_helpers.py winery-test-environment/README.md winery-test-environment/ansible.cfg winery-test-environment/bootstrap.yml winery-test-environment/build-vms.sh winery-test-environment/ceph.yml winery-test-environment/fed4fire.rspec winery-test-environment/fed4fire.sh winery-test-environment/grid5000.yml winery-test-environment/libvirt.yml winery-test-environment/osd.yml winery-test-environment/remote-tox.sh winery-test-environment/render-stats.py winery-test-environment/requirements.txt winery-test-environment/rng.xml winery-test-environment/rw.yml winery-test-environment/tests.yml winery-test-environment/inventory/groups.yml winery-test-environment/inventory/hosts.yml winery-test-environment/inventory/osd.yml winery-test-environment/inventory/group_vars/all/rw.yml winery-test-environment/mitogen-strategy/README.txt winery-test-environment/mitogen-strategy/__init__.py winery-test-environment/mitogen-strategy/mitogen.py winery-test-environment/mitogen-strategy/mitogen_free.py winery-test-environment/mitogen-strategy/mitogen_host_pinned.py winery-test-environment/mitogen-strategy/mitogen_linear.py