You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.
Describe the bug
requestId is not populated in metadata if header name is x-amz-request-id
In 0.1.0-preview clients, the requestId was populated from
x-amz-request-id
orx-amz-requestid
aws-sdk-js-v3/packages/response-metadata-extractor/src/index.ts
Lines 19 to 20 in 47f1c36
In gamma clients, the requestId is only populated from
x-amzn-requestid
aws-sdk-js-v3/clients/client-s3/protocols/Aws_restXml.ts
Lines 12829 to 12833 in a377957
Due to this, the requestId is not populated in metadata if header name is
x-amz-request-id
SDK version number
To Reproduce (observed behavior)
Code
Output
Expected behavior
requestId is populated from header
x-amz-request-id
The text was updated successfully, but these errors were encountered: