Skip to content

Commit 0e3aaee

Browse files
committed
Add support for new on-disk token format
1 parent 2916800 commit 0e3aaee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

stashcp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
from urlparse import urlparse
2525

2626
# Version information for user-agent
27-
VERSION = "5.2.1"
27+
VERSION = "5.3.0"
2828

2929
main_redirector = "root://redirector.osgstorage.org"
3030
stash_origin = "root://stash.osgconnect.net"
31-
writeback_host = "https://redirector.osgstorage.org:8443"
31+
writeback_host = "http://stash-xrd.osgconnect.net:1094"
3232

3333
# Global variable for nearest cache
3434
nearest_cache = None

0 commit comments

Comments
 (0)