`aiobotocore` releated test failures
See original GitHub issueSome of our tests have started failing with
AttributeError: module 'aiobotocore' has no attribute 'AioSession'
due to the new aiobotocore
2.0.0 release. Working on a fix now, just wanted to surface this for others
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (3 by maintainers)
Top Results From Across the Web
How to mock AWS S3 with aiobotocore - python - Stack Overflow
When I've dealt with similar problems for asyncio, I have hand-coded "async" wrappers for the sync object. Share.
Read more >Batch Insertion — aiobotocore 2.4.1- documentation
Once the script is being throttled, it will start sleeping for 5 seconds until the failed items have been successfully written, after that...
Read more >aio-libs/aiobotocore - Gitter
Hello! I'm having some issues making calls to timestream. Namely there's two errors after making a query. TypeError: 'coroutine' object is not subscriptable...
Read more >aiobotocore multipart upload to s3 - Sergei Konik's Blog
You can use hosted AWS S3 storage but in case of testing you can use free ... when uploaded parts will be deleted...
Read more >aiobotocore - PyPI
import asyncio from aiobotocore.session import get_session ... This is a non-exuastive list of what tests aiobotocore runs against AWS services.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This is fixed by more recent versions of s3fs
Looks like you’ve resolved it in s3fs, glad you got it working @abhishek815 !