Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #214 from mlassnig/hotfix-enable_https_for_google
Browse files Browse the repository at this point in the history
allow https URLs for Google SE
  • Loading branch information
PalNilsson authored May 18, 2018
2 parents e7e1135 + 516b214 commit cc9b053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion movers/mover.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def resolve_replicas(self, files):
## do apply either simple query list_replicas() without geoip sort to resolve LAN replicas in case of directaccesstype=[None, LAN]
# otherwise in case of directaccesstype=WAN mode do query geo sorted list_replicas() with location data passed

bquery = {'schemes':['srm', 'root', 'davs', 'gsiftp'],
bquery = {'schemes':['srm', 'root', 'davs', 'gsiftp', 'https'],
'dids': [dict(scope=e.scope, name=e.lfn) for e in xfiles]
}

Expand Down

0 comments on commit cc9b053

Please sign in to comment.