[swh.cli.subcommands]
swh.storage = swh.storage.cli
swh.storage.proxies.blocking = swh.storage.proxies.blocking.cli
swh.storage.proxies.masking = swh.storage.proxies.masking.cli

[swh.storage.classes]
blocking = swh.storage.proxies.blocking:BlockingProxyStorage
buffer = swh.storage.proxies.buffer:BufferingProxyStorage
cassandra = swh.storage.cassandra:CassandraStorage
counter = swh.storage.proxies.counter:CountingProxyStorage
filter = swh.storage.proxies.filter:FilteringProxyStorage
local = swh.storage.postgresql.storage:Storage
masking = swh.storage.proxies.masking:MaskingProxyStorage
memory = swh.storage.in_memory:InMemoryStorage
postgresql = swh.storage.postgresql.storage:Storage
record_references = swh.storage.proxies.record_references:RecordReferencesProxyStorage
remote = swh.storage.api.client:RemoteStorage
retry = swh.storage.proxies.retry:RetryingProxyStorage
tenacious = swh.storage.proxies.tenacious:TenaciousProxyStorage
validate = swh.storage.proxies.validate:ValidatingProxyStorage
