Commit graph

7 commits

Author SHA1 Message Date
adam
4a7901f50f py-s3transfer: updated to 0.3.3
0.3.3
bugfix:dependency: Updated botocore version range to allow for developmental installs.

0.3.2
bugfix:s3: Fixes boto/botocore

0.3.1
enhancement:TransferManager: Expose client and config properties
enhancement:Tags: Add support for Tagging and TaggingDirective

0.3.0
feature:Python: Dropped support for Python 2.6 and 3.3.
2020-02-19 09:30:03 +00:00
adam
7152ab42b4 py-s3transfer: updated to 0.2.1
0.2.1
enhancment:ProcessPool: Adds user agent suffix.
2019-06-14 05:45:54 +00:00
adam
4a78b16bb6 py-s3transfer: updated to 0.2.0
0.2.0
Add ProcessPoolDownloader class to speed up download throughput by using processes instead of threads.
2019-02-12 10:54:52 +00:00
adam
4e0bd589cf py-s3transfer: updated to 0.1.13:
0.1.13
bugfix:RequestPayer: Plumb RequestPayer argument to the CompleteMultipartUpload operation
2018-02-16 12:09:42 +00:00
adam
ed66a32538 py-s3transfer: updated to 0.1.12
0.1.12
enhancement:max_bandwidth: Add ability to set maximum bandwidth consumption for streaming of S3 uploads and downloads
2017-11-30 11:11:38 +00:00
adam
730abd0c2d 0.1.11
bugfix:TransferManager: Properly handle unicode exceptions in the context manager.
2017-09-04 18:08:13 +00:00
adam
5df1a9eda1 S3transfer is a Python library for managing Amazon S3 transfers.
This project is not currently GA. If you are planning to use this code in
production, make sure to lock to a minor version as interfaces may break from
minor version to minor version. For a basic, stable interface of s3transfer,
try the interfaces exposed in boto3.
2017-07-03 21:11:22 +00:00