terricain / aioboto3

Wrapper to use boto3 resources with the aiobotocore async backend
Apache License 2.0
732 stars 75 forks source link

Changed callback to use current bytes rather than cumulative bytes #205

Closed compscidr closed 4 years ago

compscidr commented 4 years ago

Addresses #204 - just a simple change from calling the callback with the cumulative bytes to the amount of bytes that just completed being sent. This change makes the uploader match the behavior of the boto3 library.

terricain commented 4 years ago

Awesome thanks :)