basho / riak

Riak is a decentralized datastore from Basho Technologies.
http://docs.basho.com
Apache License 2.0
3.93k stars 534 forks source link

Broken download links in Riak download page #980

Open bouktin opened 5 years ago

bouktin commented 5 years ago

Hi folks,

The links on the downloads page are broken and point to the wrong S3 repository (downloads.riak.com) instead of downloads.basho.com. https://docs.riak.com/riak/latest/downloads.1.html

All but the debian link are affected: Here's the mac os link as it appears on the download page (doesn't work): http://s3.amazonaws.com/downloads.riak.com/riak/2.2/2.2.3/osx/10.8/riak-2.2.3-OSX-x86_64.tar.gz Correct link is: http://s3.amazonaws.com/downloads.basho.com/riak/2.2/2.2.3/osx/10.8/riak-2.2.3-OSX-x86_64.tar.gz

In order to prevent someone spoofing the inexistent downloads.riak.com s3 bucket and using it to propagate malware, I've created a bucket named downloads.riak.com empty but for a single file in it.

Please correct this issue asap and I'll then delete the bucket.

Thanks Thomas Blanchard

bouktin commented 5 years ago

Also, the critical mailing lists page doesn't exist anymore: https://docs.riak.com/community/reporting-bugs.1.html https://docs.riak.com/community/reporting-bugs/ both links to the mailing lists pages don't work (404)

For future reference: https://lists.basho.com/mailman/listinfo/riak-critical-issues_lists.basho.com

qhwa commented 1 year ago

I encountered a similar problem on download page.

Any download link on this page, e.g. http://s3.amazonaws.com/downloads.riak.com/riak_ts/1.5/1.5.2/ubuntu/xenial/riak-ts_1.5.2-1_amd64.deb , leads to an error XML message from AWS:

<Error>
<Code>PermanentRedirect</Code>
<Message>The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint.</Message>
<Endpoint>downloads.riak.com.s3.amazonaws.com</Endpoint>
<Bucket>downloads.riak.com</Bucket>
<RequestId>SY4BV1YJ719FYGQC</RequestId>
<HostId>BC+cQKq/nKPRtRBgX/AsnKV4vgSQgJGuayf+/IM5e7IsemsztWEV4MyxcgERjIiRpt2jZnskR/I=</HostId>
</Error>

Do you know what the correct links are?