aiobotocore · PyPI
https://pypi.org/project/aiobotocore14.12.2021 · Due to the way boto3 is implemented, its highly likely that even if services are not listed above that you can take any boto3.client(‘service’) and stick await infront of methods to make them async, e.g. await client.list_named_queries() would asynchronous list all of the named Athena queries.. If a service is not listed here and you could do with some tests or examples …
aiobotocore’s documentation! — aiobotocore 2.0.1 ...
https://aiobotocore.readthedocs.ioimport asyncio from aiobotocore.session import get_session AWS_ACCESS_KEY_ID = "xxx" AWS_SECRET_ACCESS_KEY = "xxx" async def go (): bucket = 'dataintake' filename = 'dummy.bin' folder = 'aiobotocore' key = f ' {folder} / {filename} ' session = get_session async with session. create_client ('s3', region_name = 'us-west-2', aws_secret_access_key ...
s3fs · PyPI
pypi.org › project › s3fsNov 01, 2021 · Project description. S3FS builds on aiobotocore to provide a convenient Python filesystem interface for S3. View the documentation for s3fs. Download the file for your platform. If you're not sure which to choose, learn more about installing packages.