Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Remove unused header
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu committed Jun 5, 2020
1 parent 410bfd2 commit b33f80d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Source/Codecov/Upload/CodecovUploader.cs
Expand Up @@ -42,13 +42,8 @@ protected virtual void ConfigureContent(HttpContent content)
content.Headers.ContentType = new MediaTypeHeaderValue("application/x-gzip");
}

protected virtual void ConfigureRequest(HttpRequestMessage request)
=> request.Headers.TryAddWithoutValidation("x-amz-acl", "public-read");

protected virtual HttpResponseMessage CreateResponse(HttpRequestMessage request)
{
ConfigureRequest(request);

request.Content = new ByteArrayContent(GetReportBytes());

ConfigureContent(request.Content);
Expand Down

0 comments on commit b33f80d

Please sign in to comment.