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
extendedRequestId and cfId are not populated in metadata
x-amzn-requestid
header which is accessible in httpHeadersaws-sdk-js-v3/clients/client-s3/protocols/Aws_restXml.ts
Lines 12829 to 12833 in a377957
x-amz-id-2
header in 0.1.0-preview clientsaws-sdk-js-v3/packages/response-metadata-extractor/src/index.ts
Line 21 in 47f1c36
"x-amz-cf-id"
header in 0.1.0-preview clientsaws-sdk-js-v3/packages/response-metadata-extractor/src/index.ts
Line 22 in 47f1c36
From past experience, quickly getting extendedRequestId and cfId helps with debugging.
SDK version number
To Reproduce (observed behavior)
Code
Output
Expected behavior
The value
extendedRequestId
should be populated in metadata.The text was updated successfully, but these errors were encountered: