Skip to content

Commit

Permalink
test: Retrieve released data from Kitware's Apache server
Browse files Browse the repository at this point in the history
Also try estuary.tech before another web3.storage attempt.
  • Loading branch information
thewtex committed Nov 7, 2022
1 parent 0327e29 commit 09c335b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CMake/ITKExternalData.cmake
Expand Up @@ -34,18 +34,21 @@ if(NOT ITK_FORBID_DOWNLOADS)
# Local IPFS gateway
"http://127.0.0.1:8080/ipfs/%(hash)"

# Released data rsync'd to Kitware's Apache web server
"https://itk.org/files/ExternalData/%(algo)/%(hash)"

# Restricted gateway with released data
"https://itk.mypinata.cloud/ipfs/${ITK_WASM_TESTING_DATA_RELEASED_CID}/Objects/CID/%(hash)"

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

# Released data on web3.storage
"https://${ITK_WASM_TESTING_DATA_RELEASED_CID}.ipfs.w3s.link/Objects/CID/%(hash)"

# Released data on estuary.tech
"https://${ITK_WASM_TESTING_DATA_RELEASED_CID}.ipfs.dweb.link/Objects/CID/%(hash)"

# Released data on web3.storage
"https://${ITK_WASM_TESTING_DATA_RELEASED_CID}.ipfs.w3s.link/Objects/CID/%(hash)"

# Gateway for arbitrary new files, uploaded to web3.storage
"https://dweb.link/ipfs/%(hash)"

Expand Down

0 comments on commit 09c335b

Please sign in to comment.