Capturing x-amz-request-id and x-amz-id-2 Headers in OIC Integration to AWS S3
Summary:
I'm facing an issue with an OIC integration that sends files to Amazon S3. Some requests are failing with an error, and AWS support has requested the x-amz-request-id
and x-amz-id-2
header values for the failed requests.
I'm using a REST adapter to connect OIC to AWS S3 and have added these two headers as custom headers in both the request and response. While I can see values being populated for successful requests to the response header, the failed requests are not capturing these headers.
Does anyone have experience capturing these header values in OIC integrations to AWS S3? Any suggestions or solutions would be greatly appreciated.
0