From 930c4eb9bef8c5f3f6d7ee095831fe4d8b7550b9 Mon Sep 17 00:00:00 2001 From: vallbull <33630435+vallbull@users.noreply.github.com> Date: Wed, 6 Dec 2023 16:42:30 +0300 Subject: [PATCH] Rename yadocs to docs (#152) Co-authored-by: Valeria Bulanova --- .../dl_connector_bundle_chs3/chs3_yadocs/core/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dl_connector_bundle_chs3/dl_connector_bundle_chs3/chs3_yadocs/core/settings.py b/lib/dl_connector_bundle_chs3/dl_connector_bundle_chs3/chs3_yadocs/core/settings.py index b855b161c..58c2053a7 100644 --- a/lib/dl_connector_bundle_chs3/dl_connector_bundle_chs3/chs3_yadocs/core/settings.py +++ b/lib/dl_connector_bundle_chs3/dl_connector_bundle_chs3/chs3_yadocs/core/settings.py @@ -23,7 +23,7 @@ def yadocs_file_s3_settings_fallback(full_cfg: ConnectorsConfigType) -> dict[str if cfg is None: return {} return dict( - DOCS=FileS3ConnectorSettings( # type: ignore + YADOCS=FileS3ConnectorSettings( # type: ignore HOST=cfg.CONN_FILE_CH_HOST, PORT=cfg.CONN_FILE_CH_PORT, USERNAME=cfg.CONN_FILE_CH_USERNAME,