.copier-answers.yml
.git-blame-ignore-revs
.gitignore
.pre-commit-config.yaml
AUTHORS
CODE_OF_CONDUCT.md
CONTRIBUTORS
LICENSE
Makefile
Makefile.local
README.rst
conftest.py
pyproject.toml
requirements-azure.txt
requirements-libcloud.txt
requirements-swh.txt
requirements-test.txt
requirements-winery.txt
requirements.txt
tox.ini
bin/swh-objstorage-azure
docs/.gitignore
docs/Makefile
docs/cli.rst
docs/conf.py
docs/index.rst
docs/winery.rst
docs/_images/winery-architecture.svg
docs/_static/.placeholder
docs/_templates/.placeholder
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/cli.py
swh/objstorage/constants.py
swh/objstorage/exc.py
swh/objstorage/factory.py
swh/objstorage/interface.py
swh/objstorage/multiplexer.py
swh/objstorage/objstorage.py
swh/objstorage/py.typed
swh/objstorage/pytest_plugin.py
swh/objstorage/utils.py
swh/objstorage/api/client.py
swh/objstorage/api/server.py
swh/objstorage/backends/__init__.py
swh/objstorage/backends/azure.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/gunicorn.py
swh/objstorage/backends/winery/objstorage.py
swh/objstorage/backends/winery/roshard.py
swh/objstorage/backends/winery/rwshard.py
swh/objstorage/backends/winery/settings.py
swh/objstorage/backends/winery/sharedbase.py
swh/objstorage/backends/winery/sleep.py
swh/objstorage/backends/winery/throttler.py
swh/objstorage/backends/winery/sql/30-schema.sql
swh/objstorage/backends/winery/sql/__init__.py
swh/objstorage/backends/winery/sql/upgrades/002.sql
swh/objstorage/proxies/readonly.py
swh/objstorage/tests/__init__.py
swh/objstorage/tests/objstorage_testing.py
swh/objstorage/tests/test_interface.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_multiplexer.py
swh/objstorage/tests/test_objstorage_noop.py
swh/objstorage/tests/test_objstorage_pathslicing.py
swh/objstorage/tests/test_objstorage_seaweedfs.py
swh/objstorage/tests/test_objstorage_winery.py
swh/objstorage/tests/test_pathslicer.py
swh/objstorage/tests/test_readonly_filter.py
swh/objstorage/tests/test_server.py
swh/objstorage/tests/winery_testing_helpers.py