Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix static assets returning 400 error in integration
Description: - As part of #73 Fastly now talks directly to S3 to serve up static assets - However in the integration environment the `Authorization: Basic xxx` header is set which Fastly sends along to S3 causing S3 to incorrectly interpret it as an authorization request. This causes a 400 error to return for the static assets - Following unsets the header so Fastly can correctly send a non-authorized GET request to S3 to retrieve the object and resolve this error
- Loading branch information