decouples s3_storage from hash_enricher

This commit is contained in:
msramalho
2025-02-10 15:48:54 +00:00
parent 8fb3dc754b
commit 15abf686b1
4 changed files with 18 additions and 12 deletions

View File

@@ -63,7 +63,7 @@ class BaseModule(ABC):
def setup(self, config: dict):
authentication = config.get('authentication', {})
# extract out contatenated sites
# extract out concatenated sites
for key, val in copy(authentication).items():
if "," in key:
for site in key.split(","):