* Bumped aiobotocore to 2.16.0 * Fixed missing ExtraArgs propagation on S3.download_fileobj
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.