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 might be too difficult to replicate. I'm basically asking for clarification about whether or not the raw_headers should exist in the moto response and when/why it might be missing. This might be better explained or replicated by using code noted in
moto should behave like the production AWS response. To properly debug this, run botocore against the production AWS system to see what happens in the same part of the code in botocore. I can look if I have some time. The raw_headers thing I think is supposed to come from aiohttp. This is probably an aiobotocore bug
This might be too difficult to replicate. I'm basically asking for clarification about whether or not the
raw_headers
should exist in the moto response and when/why it might be missing. This might be better explained or replicated by using code noted inWhen using moto mocks to test batch jobs with aiobotocore, ran into an exception like the following. This issue might belong on aiobotocore or here.
The text was updated successfully, but these errors were encountered: