@@ -23,7 +23,7 @@ list(APPEND ExternalData_OBJECT_STORES
23
23
24
24
set (ExternalData_BINARY_ROOT ${CMAKE_BINARY_DIR} /ExternalData )
25
25
26
- set (ITK_WASM_TESTING_DATA_RELEASED_CID bafybeict7vcnohr22jn4b6dtek5hmukhdykvcotrudmrpr4bfbg45b2dwq )
26
+ set (ITK_WASM_TESTING_DATA_RELEASED_CID bafybeia7tybccjqbomvlclfe6wlyzpqyxjgs4nkibo3jf7d3eiojdgikjm )
27
27
set (ExternalData_URL_ALGO_CID_lower cid )
28
28
set (ExternalData_URL_TEMPLATES "" CACHE STRING
29
29
"Additional URL templates for the ExternalData CMake script to look for testing data. E.g.
@@ -37,7 +37,13 @@ if(NOT ITK_FORBID_DOWNLOADS)
37
37
# Restricted gateway with released data
38
38
"https://itk.mypinata.cloud/ipfs/${ITK_WASM_TESTING_DATA_RELEASED_CID} /Objects/CID/%(hash)"
39
39
40
- # Released data on web3.storage / estuary.tech
40
+ # New data on web3.storage
41
+ "https://w3s.link/ipfs/%(hash)"
42
+
43
+ # Released data on web3.storage
44
+ "https://${ITK_WASM_TESTING_DATA_RELEASED_CID} .ipfs.w3s.link/Objects/CID/%(hash)"
45
+
46
+ # Released data on estuary.tech
41
47
"https://${ITK_WASM_TESTING_DATA_RELEASED_CID} .ipfs.dweb.link/Objects/CID/%(hash)"
42
48
43
49
# Gateway for arbitrary new files, uploaded to web3.storage
@@ -50,7 +56,7 @@ if(NOT ITK_FORBID_DOWNLOADS)
50
56
"https://cloudflare-ipfs.com/ipfs/%(hash)"
51
57
52
58
# DataLad repository on gin.g-node.org
53
- "https://gin.g-node.org/InsightSoftwareConsortium/itk-wasm-testing-data/raw/master /Objects/CID/%(hash)"
59
+ "https://gin.g-node.org/InsightSoftwareConsortium/itk-wasm-testing-data/raw/main /Objects/CID/%(hash)"
54
60
)
55
61
endif ()
56
62
0 commit comments