File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -34,18 +34,21 @@ if(NOT ITK_FORBID_DOWNLOADS)
34
34
# Local IPFS gateway
35
35
"http://127.0.0.1:8080/ipfs/%(hash)"
36
36
37
+ # Released data rsync'd to Kitware's Apache web server
38
+ "https://itk.org/files/ExternalData/%(algo)/%(hash)"
39
+
37
40
# Restricted gateway with released data
38
41
"https://itk.mypinata.cloud/ipfs/${ITK_WASM_TESTING_DATA_RELEASED_CID} /Objects/CID/%(hash)"
39
42
40
43
# New data on web3.storage
41
44
"https://w3s.link/ipfs/%(hash)"
42
45
43
- # Released data on web3.storage
44
- "https://${ITK_WASM_TESTING_DATA_RELEASED_CID} .ipfs.w3s.link/Objects/CID/%(hash)"
45
-
46
46
# Released data on estuary.tech
47
47
"https://${ITK_WASM_TESTING_DATA_RELEASED_CID} .ipfs.dweb.link/Objects/CID/%(hash)"
48
48
49
+ # Released data on web3.storage
50
+ "https://${ITK_WASM_TESTING_DATA_RELEASED_CID} .ipfs.w3s.link/Objects/CID/%(hash)"
51
+
49
52
# Gateway for arbitrary new files, uploaded to web3.storage
50
53
"https://dweb.link/ipfs/%(hash)"
51
54
You can’t perform that action at this time.
0 commit comments