Closed GeorgeErickson closed 3 years ago
A requester pays S3 bucket would be extra nice (or something like https://registry.opendata.aws)
Hi George, Thank you for letting us know the ftp is down, I have reported to admin, should be fixed in the next few days. For your questions,
Requester pays S3 bucket is a good idea, but we may not have a constantly active aws account to pay for the storage cost. SNIA should be able to provide a long-term data access.
Hi @GeorgeErickson, The server is back and sha256 is under the same path.
Awesome thanks for the quick fix!
A minor issue with the sha256
file: cluster1.0.zst
is missing.
get-storj-clusters() {
curl -sS https://raw.githubusercontent.com/twitter/cache-trace/master/storj_wget.sh \
| awk '{ print $2 }' \
| xargs basename
}
get-sha256-clusters() {
curl -sS https://ftp.pdl.cmu.edu/pub/datasets/twemcacheWorkload/open_source/sha256 \
| awk '{ print $2 }'
}
diff <(get-storj-clusters | sort -V) <(get-sha256-clusters | sort -V)
# Output:
# cluster1.0.zst
updated
problem The
https://ftp.pdl.cmu.edu/pub/datasets/twemcacheWorkload/open_source
url is no longer accessible (this used to work in the past).questions