Mayron
CDCloudflare Developers
•Created by Mayron on 6/6/2024 in #general-help
<?xml version="1.0" encoding="UTF-8"?><Error><Code>InvalidRequest</Code><Message>Missing x-amz-conte
Hello, I'm trying to create a pre-signed URL with the S3 API, I followed the Cloudflare doc and my code looked like this:
The url is generated normally, but when trying to upload the file it gives this error "<?xml version="1.0" encoding="UTF-8"?><Error><Code>InvalidRequest</Code><Message>Missing x-amz-content-sha256</Message></Error>"
I'm making the request in Postman, with the PUT method, and the file in the body through the "binary" tab
2 replies