Skip to content

Commit 621de7f

Browse files
committed
squashme: disable rclone patches
1 parent 04df112 commit 621de7f

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",
@@ -295,7 +294,7 @@ def apply_patches(spec: list[dict[str, Any]]) -> None:
295294
__patch_schema_remove_oauth_propeties,
296295
__patch_polybox_storage,
297296
__patch_switchdrive_storage,
298-
__add_custom_doi_s3_provider("Envidat", "Envidat data provider", ENVIDAT_V1_PROVIDER),
297+
# __add_custom_doi_s3_provider("Envidat", "Envidat data provider", ENVIDAT_V1_PROVIDER),
299298
# TODO: Enable Scicat when it is ready in production
300299
# __add_custom_doi_s3_provider("SciCat", "SciCat data provider", SCICAT_V1_PROVIDER),
301300
__patch_schema_remove_banned_sftp_options,

0 commit comments

Comments
 (0)