From e19d100ac4fa12a64d444a67a720d3fd11f58a2d Mon Sep 17 00:00:00 2001 From: Christophe Haen Date: Mon, 2 May 2022 17:29:30 +0200 Subject: [PATCH] feat (SRM): allow SRM+HTTPs as default --- src/DIRAC/Resources/Storage/GFAL2_SRM2Storage.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DIRAC/Resources/Storage/GFAL2_SRM2Storage.py b/src/DIRAC/Resources/Storage/GFAL2_SRM2Storage.py index 45796665d22..a34ca904c2e 100644 --- a/src/DIRAC/Resources/Storage/GFAL2_SRM2Storage.py +++ b/src/DIRAC/Resources/Storage/GFAL2_SRM2Storage.py @@ -23,8 +23,8 @@ class GFAL2_SRM2Storage(GFAL2_StorageBase): """SRM2 SE class that inherits from GFAL2StorageBase""" - _INPUT_PROTOCOLS = ["file", "root", "srm", "gsiftp"] - _OUTPUT_PROTOCOLS = ["file", "root", "dcap", "gsidcap", "rfio", "srm", "gsiftp"] + _INPUT_PROTOCOLS = ["file", "root", "srm", "gsiftp", "https"] + _OUTPUT_PROTOCOLS = ["file", "root", "dcap", "gsidcap", "rfio", "srm", "gsiftp", "https"] def __init__(self, storageName, parameters): """ """