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
Is your feature request related to a problem? Please describe.
ResponseMetadata may contain redundant variables (requestId, extendedRequestId and cfId) which are present in httpHeaders
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.
Is your feature request related to a problem? Please describe.
ResponseMetadata may contain redundant variables (
requestId
,extendedRequestId
andcfId
) which are present in httpHeadersaws-sdk-js-v3/packages/types/src/response.ts
Lines 14 to 28 in a377957
Findings:
x-amzn-requestid
header which is accessible in httpHeadersaws-sdk-js-v3/clients/client-s3/protocols/Aws_restXml.ts
Line 12832 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
Describe the solution you'd like
Delete these redundant variables
requestId
,extendedRequestId
andcfId
Additional context
This issue was cut while creating logger for v3
The text was updated successfully, but these errors were encountered: