Problem:
Currently the code in release.go ran a raw HTTP GET to retrieve the files in the s3 bucket for downloadBinaries - without checking the HTTP Status Code
Solution:
Perform proper checks and consider other improvements to properly surface errors rather than awaiting subsequent attempts to unpack the bytes retrieved from the GET.