HACKER Q&A
📣 verdverm

When did GitHub releases start redirecting to S3?


https://github.com/hofstadter-io/hof/releases

https://github.com/hofstadter-io/hof/releases/download/v0.5.4/hof_0.5.4_Linux_x86_64

`curl https://github.com/hofstadter-io/hof/releases/download/v0.5.4/hof_0.5.4_Linux_x86_64`

``` You are being redirected.


  👤 rosswilson Accepted Answer ✓
I think they've always done this redirect. Release artifacts are uploaded to S3 and then their Rails app generates a presigned S3 URL that gives short-term access. This is because the artifacts could belong to a private repo, so access control is required.

👤 dchest
Since the beginning.