We do this to avoid the customised http client setting incorrect headers (which are only needed for Arlo webiste) when fetching the files from Amazon S3.
This resolves #3 where you will get 404 errors when attempting to download recordings, this (based on fairly little research) seems to stem from the fact that the request is sent with the wrong headers. Using a bare http.Get() call works perfectly.
We do this to avoid the customised http client setting incorrect headers (which are only needed for Arlo webiste) when fetching the files from Amazon S3.
This resolves #3 where you will get 404 errors when attempting to download recordings, this (based on fairly little research) seems to stem from the fact that the request is sent with the wrong headers. Using a bare http.Get() call works perfectly.