Skip to content

Commit 6f10b73

Browse files
committed
Remove the Content type header when uploading to S3
1 parent 5507b54 commit 6f10b73

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/internal/cyberark/dataupload/dataupload.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ func (c *CyberArkClient) PostDataReadingsWithOptions(ctx context.Context, payloa
7171
if err != nil {
7272
return err
7373
}
74-
75-
req.Header.Set("Content-Type", "application/json")
7674
version.SetUserAgent(req)
7775

7876
res, err := c.client.Do(req)

0 commit comments

Comments
 (0)