Replies: 1 comment 3 replies
-
you know what, I gave a very cursory look and I think it could indeed replace our use of aiohttp given it seems to support async streams. this would probably be a better endeavor than #1085. definitely worth a closer look |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there,
The awscrt package is supposed to increase performance in the use of s3 https://aws.amazon.com/fr/blogs/storage/improving-amazon-s3-throughput-for-the-aws-cli-and-boto3-with-the-aws-common-runtime/
From my understanding, botocore automatically imports it if available in the environment, yet I see no clear improvement at all in having it.
Can aiobotocore use it and benefit from the said improvements ?
(Note: I'm not using aiobotocore directly, but s3fs)
Beta Was this translation helpful? Give feedback.
All reactions