Upload Document to S3 using pre signed URL
Hi,
I am trying to upload xls file to S3 bucket using pre signed URL using PUT rest API. I am getting The request signature we calculated does not match the signature you provided. Check your key and signing method. error. However from postman I am able to upload file using pre signed URL.
Configuration: In the connector pre signed URL is configured. Before calling connector pyRequestAttachmentPage page is populated with below contents
- pyAttachNames (Name of the file)
- pyAttachTypes (binary/octet-stream)
- pyAttachValues (Using pyContents from D_pxGetFile in string or stream format)
Any pointers on this error?
***Edited by Moderator Marije to add Support Case Details; ***