- bugfix:download: Patch memory leak related to unnecessarily holding onto futures for downloads.
- bugfix:deadlock: Fix deadlock issue described here: https://bugs.python.org/issue20319 with using concurrent.futures.wait
- feature:copy: Add support for managed copies.
- feature:download: Add support for downloading to a filename, seekable file-like object, and nonseekable file-like object.
- feature:general: Add
TransferManager
class. All public functionality fors3transfer
is exposed through this class. - feature:subscribers: Add subscriber interface. Currently supports on_queued, on_progress, and on_done status changes.
- feature:upload: Add support for uploading a filename, seekable file-like object, and nonseekable file-like object.
- feature:manager: Add boto3 s3 transfer logic to package. (issue 2)