-
-
Notifications
You must be signed in to change notification settings - Fork 183
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
AioAWSResponse and AioAWSRequest #934
Conversation
@achimgaedke please let me know if this works for you |
holy cow is this a pain |
Hey! Thanks for the hard work. It sounds like Whak-A-Mole... I have taken one version 2 hours ago and used it with DVC, that's the realistic use case: I got many of those errors:
I'll rebuild the DS workbench again with the updated branch and see how it goes. and many more... |
I've fixed a bunch of bugs, have you tried the latest? |
ok @achimgaedke I've fixed the last tests |
This pull request introduces 4 alerts and fixes 4 when merging d131caa into 4694ba4 - view on LGTM.com new alerts:
fixed alerts:
|
Yep, it works perfectly for me now. I just got aware that the increment from 2.2 to 2.3 will prevent this fix from flowing on. pip install git+https://github.com/aio-libs/aiobotocore.git@thehesiod/awsresponse
...
s3fs 2022.3.0 requires aiobotocore~=2.2.0, but you have aiobotocore 2.3.0 which is incompatible.
Successfully installed aiobotocore-2.3.0 "Doing some adverstising" for this PR. |
Codecov Report
@@ Coverage Diff @@
## master #934 +/- ##
==========================================
- Coverage 87.12% 86.66% -0.46%
==========================================
Files 46 52 +6
Lines 4969 5265 +296
==========================================
+ Hits 4329 4563 +234
- Misses 640 702 +62
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
This pull request introduces 3 alerts and fixes 4 when merging d50fe81 into 4694ba4 - view on LGTM.com new alerts:
fixed alerts:
|
I did 2.2 -> 2.3 because I fixed some of the exception conversions due to except ordering. I'm going to merge and then if there are issues we can issue patch releases. |
oof that did look painful, nice job though, looks great :) |
@terrycain thanks! ugh, just realized today that 3.6 tests weren't actually running in 3.6 due to pipenv "upgrading" the python env :(. Another pain. Landing that shortly |
There are special decoding operations performed by these classes that we need in certain circumstances. This moves us closer to botocore, however requires us to override even more methods :(
Missing:
special.py
retryhandler.py