How to upload audio file to s3 via api gateway?
问题 I created an API in API Gateway to upload audio files to s3, the file is sending from local PC as multipart/form-data. API integration request is shown below In URL Path Parameters, added bucket as param and directly added the bucket name When I try to upload the file I get an error response, body: '<?xml version="1.0" encoding="UTF-8"?>\n<Error><Code>InvalidArgument</Code><Message>x-amz-content-sha256 must be UNSIGNED-PAYLOAD, STREAMING-AWS4-HMAC-SHA256-PAYLOAD, or a valid sha256 value.<