diff --git a/src/internal/helper.ts b/src/internal/helper.ts index 31adcb37..4368719b 100644 --- a/src/internal/helper.ts +++ b/src/internal/helper.ts @@ -376,6 +376,8 @@ export function isSupportedHeader(key: string) { 'content-disposition', 'content-language', 'x-amz-website-redirect-location', + 'if-none-match', + 'if-match', ] return supported_headers.includes(key.toLowerCase()) }