Miniopy-async

Latest version: v1.19

Safety actively analyzes 624712 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

1.19

- Support `cert_check` to disable ssl verification for `Minio`. (by hlf20010508 in 24)

1.18

- Support `upload_snowball_objects`. (by hlf20010508 in 22)
- Wrap `return` in `with` statement in `_execute` if parameter `session` is `None`. (by hlf20010508)

1.17

- Add parameter `request_headers` for `stat_object`. (by hlf20010508 in 21)

1.16

- Fix ignored session argument in api._execute. (by erny in 18)
- Remove `aiostream` for `tests.select_object_content`. (by hlf20010508 in 19)

1.15

- Fix timeout error caused by `_get_region`. (by johannesloibl in 17)

1.14

- Change param `session` in `get_object` to a positional parameter. (by hlf20010508 in 15, thanks to Mkohl2508)

Usage:
py
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.

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.