Skip to content

1.14

Compare
Choose a tag to compare
@hlf20010508 hlf20010508 released this 08 May 15:19
· 32 commits to master since this release

Usage:

async with aiohttp.ClientSession() as session:
    response = await client.get_object(bucket_name, object_name, session)
    response.text()

If get_object needs to work alone.