Handle binary data properly in Geo transfer download
On certain inputs, a Geo transfer may die with the error:
Gitlab::Geo::LfsTransfer: Error downloading file: "\xB2" from ASCII-8BIT to UTF-8
Open the file as binary to ensure Rails doesn't muck with the output.