Skip to content

Commit 0593dad

Browse files
committed
squashme: disable rclone patches
1 parent ef3157f commit 0593dad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/renku_data_services/storage/rclone_patches.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from typing import Any, Final, cast
66

77
from renku_data_services import errors
8-
from renku_data_services.storage.constants import ENVIDAT_V1_PROVIDER
98

109
BANNED_STORAGE: Final[set[str]] = {
1110
"alias",
@@ -355,7 +354,7 @@ def apply_patches(spec: list[dict[str, Any]]) -> None:
355354
__patch_schema_remove_oauth_propeties,
356355
__patch_polybox_storage,
357356
__patch_switchdrive_storage,
358-
__add_custom_doi_s3_provider("Envidat", "Envidat data provider", ENVIDAT_V1_PROVIDER),
357+
# __add_custom_doi_s3_provider("Envidat", "Envidat data provider", ENVIDAT_V1_PROVIDER),
359358
# TODO: Enable Scicat when it is ready in production
360359
# __add_custom_doi_s3_provider("SciCat", "SciCat data provider", SCICAT_V1_PROVIDER),
361360
__patch_schema_remove_banned_sftp_options,

0 commit comments

Comments
 (0)