swh.storage.proxies.masking package#

Submodules:

Module contents:

swh.storage.proxies.masking.masking_overhead_timer(method_name: str) DifferentialTimer[source]#

Return a properly setup DifferentialTimer for method_name of the storage

class swh.storage.proxies.masking.MaskingProxyStorage(masking_db: str, storage: Dict | StorageInterface, min_pool_conns: int = 1, max_pool_conns: int = 5)[source]#

Bases: object

Masking storage proxy

This proxy filters out objects that are present in the archive but should not be displayed for policy reasons.

It uses a specific PostgreSQL database (which for now is colocated with the swh.storage PostgreSQL database), the access to which is implemented in the db submodule.

Sample configuration

content_get_data(content: HashDict | bytes) bytes | None[source]#
RANDOM_ATTEMPTS = 5#