MANIFEST.in
Makefile
README.md
requirements-swh.txt
requirements.txt
setup.py
version.txt
bin/swh-objstorage-add-dir
bin/swh-objstorage-fsck
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/requires.txt
swh.objstorage.egg-info/top_level.txt
swh/objstorage/__init__.py
swh/objstorage/exc.py
swh/objstorage/objstorage.py
swh/objstorage/objstorage_in_memory.py
swh/objstorage/objstorage_pathslicing.py
swh/objstorage/objstorage_rados.py
swh/objstorage/api/__init__.py
swh/objstorage/api/client.py
swh/objstorage/api/server.py
swh/objstorage/cloud/__init__.py
swh/objstorage/cloud/objstorage_azure.py
swh/objstorage/cloud/objstorage_cloud.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/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_in_memory.py
swh/objstorage/tests/test_objstorage_instantiation.py
swh/objstorage/tests/test_objstorage_multiplexer.py
swh/objstorage/tests/test_objstorage_pathslicing.py
swh/objstorage/tests/test_objstorage_striping.py