-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[enhancement] Add ability to disable automatic decompression of body #1992
Comments
let's split this into two parts
@asvetlov thoughts? |
I believe @thehesiod talks about client API. |
I just noticed that if I try a aiobotocore s3 client |
ok, created PR which resolves this |
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. |
In our library we'd like the ability to disable the automatic decompression of the request body as we need to compare a hash in the headers to the original body.
Right now this doesn't seem to be possible as the HTTP parser creates a DeflateBuffer which will automatically decompress the body. If guidance is given how this should be achieved I can create a PR and test case.
The text was updated successfully, but these errors were encountered: