Aioboto3

Latest version: v13.2.0

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

Scan your dependencies

Page 1 of 11

13.2.0

-------------------

* Bumped aiobotocore to 2.15.2
* Added `max_request_concurrency` semaphore to S3.copy to prevent starting potentially hundreds of uploads at once.

13.1.1

-------------------

* Removed botocore and jmespath imports and imported them indirectly via boto3 to make static analysers happier.

13.1.0

-------------------

* Bumped aiobotocore to 2.13.1

13.0.1

-------------------

* Fixed issue with upload_fileobj where uploads would be incomplete if the async file object returned less bytes than
the read requested. This is noticable when passing in async streams like that of `aiohttp`'s response content.

13.0.0

-------------------

* Bumped aiobotocore to 2.13.0
* Added multipart download options to `s3.download_file` and `s3.download_fileobj` - thanks kyboi
* Cleaned up some docs examples - thanks cuducos
* Updated S3 transfer patched to handle ExtraArgs better.
* Rewrote `s3.copy` to make use of `s3.copy_object` or `s3.upload_part_copy`. FYI the threshold of when to use `s3.copy` is based
on if the file's size is below `Config.MultipartThreshold` which defaults to 8MiB, even though `s3.copy` can do up to 5GiB.

12.4.0

-------------------

* Bumped aiobotocore to 2.12.3 - thanks zikphil

Page 1 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.