Skip to content

Commit 09c335b

Browse files
committed
test: Retrieve released data from Kitware's Apache server
Also try estuary.tech before another web3.storage attempt.
1 parent 0327e29 commit 09c335b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CMake/ITKExternalData.cmake

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,21 @@ if(NOT ITK_FORBID_DOWNLOADS)
3434
# Local IPFS gateway
3535
"http://127.0.0.1:8080/ipfs/%(hash)"
3636

37+
# Released data rsync'd to Kitware's Apache web server
38+
"https://itk.org/files/ExternalData/%(algo)/%(hash)"
39+
3740
# Restricted gateway with released data
3841
"https://itk.mypinata.cloud/ipfs/${ITK_WASM_TESTING_DATA_RELEASED_CID}/Objects/CID/%(hash)"
3942

4043
# New data on web3.storage
4144
"https://w3s.link/ipfs/%(hash)"
4245

43-
# Released data on web3.storage
44-
"https://${ITK_WASM_TESTING_DATA_RELEASED_CID}.ipfs.w3s.link/Objects/CID/%(hash)"
45-
4646
# Released data on estuary.tech
4747
"https://${ITK_WASM_TESTING_DATA_RELEASED_CID}.ipfs.dweb.link/Objects/CID/%(hash)"
4848

49+
# Released data on web3.storage
50+
"https://${ITK_WASM_TESTING_DATA_RELEASED_CID}.ipfs.w3s.link/Objects/CID/%(hash)"
51+
4952
# Gateway for arbitrary new files, uploaded to web3.storage
5053
"https://dweb.link/ipfs/%(hash)"
5154

0 commit comments

Comments
 (0)