Path to this page:
./
net/py-s3transfer,
Amazon S3 Transfer Manager
Branch: CURRENT,
Version: 0.3.4,
Package name: py38-s3transfer-0.3.4,
Maintainer: pkgsrc-usersS3transfer 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.
Required to run:[
devel/py-setuptools] [
net/py-botocore] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: f48851cd48328bd7991dcd68be72682ffa6db76b
RMD160: 781550aa1cc502991e99d3f2422aa2a5c505b193
Filesize: 116.166 KB
Version history: (Expand)
- (2021-01-14) Updated to version: py38-s3transfer-0.3.4
- (2020-02-19) Updated to version: py37-s3transfer-0.3.3
- (2019-06-25) Updated to version: py37-s3transfer-0.2.1
- (2019-02-12) Updated to version: py27-s3transfer-0.2.0
- (2018-02-16) Updated to version: py27-s3transfer-0.1.13
- (2017-11-30) Updated to version: py27-s3transfer-0.1.12
CVS history: (Expand)
2021-01-14 14:04:28 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-s3transfer: updated to 0.3.4
0.3.4
enhancement:s3: Add server side encryption context into allowed list
|
2020-02-19 10:30:03 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
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.
|
2019-06-14 07:45:54 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-s3transfer: updated to 0.2.1
0.2.1
enhancment:ProcessPool: Adds user agent suffix.
|
2019-02-12 11:54:52 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-s3transfer: updated to 0.2.0
0.2.0
Add ProcessPoolDownloader class to speed up download throughput by using \
processes instead of threads.
|
2018-02-16 13:09:42 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-s3transfer: updated to 0.1.13:
0.1.13
bugfix:RequestPayer: Plumb RequestPayer argument to the CompleteMultipartUpload \
operation
|
2017-11-30 12:11:38 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
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-09-04 20:08:13 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
0.1.11
bugfix:TransferManager: Properly handle unicode exceptions in the context manager.
|
2017-07-03 23:11:23 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
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.
|