1.14
- Change param
session
inget_object
to a positional parameter. (by @hlf20010508 in #15, thanks to @Mkohl2508)
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.