-
-
Notifications
You must be signed in to change notification settings - Fork 187
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
add support for compressed responses #298
Conversation
Good catch! Looks like |
crazy eh? :) Also my service seems to have found a python segfault after updating a defaultdict a few million times <sigh> that's not going to be fun to track down. |
oh, and in reality the issue with aiohttp is that it doesn't follow http stack norms :( Basically designed like: I think it should behave like X by default, whereas every other library behaves like Y |
aio-libs/aiohttp#2110 had been merged, do you have idea how we can test this PR? |
@@ -6,7 +6,7 @@ | |||
|
|||
# aiohttp requirement is pegged as we need to manually ensure that | |||
# https://github.com/aio-libs/aiobotocore/pull/248 will continue working | |||
install_requires = ['botocore>=1.5.71, <=1.5.78', 'aiohttp>=2.0.4, <=2.3.0', | |||
install_requires = ['botocore>=1.5.71, <=1.5.78', 'aiohttp>=2.X.X, <=2.X.X', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updates her should fix CI
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ya, broken on purpose for now so we set the right version that's needed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
got it
it's been merged but there's no release available with it yet |
merged manually here #425 |
get_object
of key that has 'Content-Encoding' metadata set togzip
returns wrong data type #295 + [Tracking] support compressed responses #258