Skip to content

Commit

Permalink
Merge pull request #6061 from chaen/8.0_FEAT_srmHttps
Browse files Browse the repository at this point in the history
[8.0] feat (SRM): allow SRM+HTTPs as default
  • Loading branch information
chrisburr authored May 3, 2022
2 parents d32e1a2 + e19d100 commit 97d9e00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DIRAC/Resources/Storage/GFAL2_SRM2Storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
""" """
Expand Down

0 comments on commit 97d9e00

Please # to comment.