Skip to content

Commit

Permalink
Merge pull request #5589 from rizart/patch-5586-Update_transfer_schem…
Browse files Browse the repository at this point in the history
…e_map_to_recognise_cs3s_as_a_https_webdav_endpoint

Protocols : update SCHEME_MAP for cs3s #5586
  • Loading branch information
bari12 committed May 25, 2022
2 parents cde8045 + 4b5e154 commit 433991b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/rucio/common/constants.py
Expand Up @@ -34,10 +34,11 @@

SCHEME_MAP = {'srm': ['srm', 'gsiftp'],
'gsiftp': ['srm', 'gsiftp'],
'https': ['https', 'davs', 'srm+https'],
'davs': ['https', 'davs', 'srm+https'],
'https': ['https', 'davs', 'srm+https', 'cs3s'],
'davs': ['https', 'davs', 'srm+https', 'cs3s'],
'srm+https': ['https', 'davs', 'srm+https', 'cs3s'],
'cs3s': ['https', 'davs', 'srm+https', 'cs3s'],
'root': ['root'],
'srm+https': ['https', 'davs', 'srm+https'],
'scp': ['scp'],
'rsync': ['rsync'],
'rclone': ['rclone']}
Expand Down

0 comments on commit 433991b

Please sign in to comment.