I receiving errors:
<Error><Code>AccessDenied</Code><Message>There were headers present in the request which were not signed</Message><Resource>/scs-attachments/uploads/image.png?uploads</Resource><RequestId>fb6f9b042f917b7b</RequestId><HeadersNotSigned>x-amz-content-sha256</HeadersNotSigned></Error>
I receiving errors:
<Error><Code>AccessDenied</Code><Message>There were headers present in the request which were not signed</Message><Resource>/scs-attachments/uploads/image.png?uploads</Resource><RequestId>fb6f9b042f917b7b</RequestId><HeadersNotSigned>x-amz-content-sha256</HeadersNotSigned></Error>
According to AWS documentation (https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-header-based-auth.html) signed headers should include x-amz-content-sha256: '...SignedHeaders=date;host;x-amz-content-sha256;x-amz-date;x-amz-storage-class..'
But uploading request does not contain these headers in SignedHeaders:
How to solve this problem?