Skip to content

Releases: hlf20010508/miniopy-async

1.21.1

30 Aug 15:33
Compare
Choose a tag to compare
  • Fix copy_object not pass a ComposeObject list to compose_object. (by @vkhitrin in #33)

1.21.0

25 Aug 14:33
Compare
Choose a tag to compare
  • Add parameter session for fget_object. (by @vkhitrin in #31)

1.20.1

27 Jun 02:46
Compare
Choose a tag to compare
  • Fix pop from empty list error when listing an empty bucket. (by @hlf20010508 in #28)

1.20

22 Jun 03:15
Compare
Choose a tag to compare

1.19

31 Jan 05:05
Compare
Choose a tag to compare
  • Support cert_check to disable ssl verification for Minio. (by @hlf20010508 in #24)

1.18

20 Dec 13:20
Compare
Choose a tag to compare
  • Support upload_snowball_objects. (by @hlf20010508 in #22)
  • Wrap return in with statement in _execute if parameter session is None. (by @hlf20010508)

1.17

17 Nov 12:23
Compare
Choose a tag to compare

1.16

05 Oct 11:40
Compare
Choose a tag to compare
  • Fix ignored session argument in api._execute. (by @erny in #18)
  • Remove aiostream for tests.select_object_content. (by @hlf20010508 in #19)

1.15

05 Jun 13:10
Compare
Choose a tag to compare

1.14

08 May 15:19
Compare
Choose a tag to compare

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.