format_parser
format_parser copied to clipboard
[NO JIRA] Clear Authorization Header on Redirect
When Faraday would follow a redirect, by default, it would clear the Authorization header if the redirect location had a different host than the original request. This replicates that behaviour, the absence of which was causing S3 to respond with InvalidArgument - Only one auth mechanism allowed on Storm redirects.