Path to this page:
./
net/py-s3transfer,
Amazon S3 Transfer Manager
Branch: CURRENT,
Version: 0.10.3,
Package name: py312-s3transfer-0.10.3,
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:
Filesize: 141.202 KB
Version history: (Expand)
- (2024-10-30) Updated to version: py312-s3transfer-0.10.3
- (2024-09-04) Updated to version: py312-s3transfer-0.10.2
- (2024-04-12) Updated to version: py311-s3transfer-0.10.1
- (2024-01-11) Updated to version: py311-s3transfer-0.10.0
- (2023-11-02) Updated to version: py311-s3transfer-0.7.0
- (2023-09-14) Updated to version: py311-s3transfer-0.6.2
CVS history: (Expand)
2024-04-12 13:11:51 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-s3transfer: updated to 0.10.1
0.10.1
bugfix:urllib3: Fixed retry handling for IncompleteRead exception raised by \
urllib3 2.x during data transfer
|
2024-01-11 10:00:05 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-s3transfer: updated to 0.10.0
0.10.0
feature:s3: Added CRT support for S3 Express One Zone
0.9.0
feature:Python: End of support for Python 3.7
0.8.2
bugfix:Subscribers: Added caching for Subscribers to improve throughput by up to \
24% in high volume transfer
0.8.1
enhancement:s3: Added support for defaulting checksums to CRC32 for s3express.
0.8.0
enhancement:crt: Automatically configure CRC32 checksums for uploads and \
checksum validation for downloads through the CRT transfer manager.
feature:crt: S3transfer now supports a wider range of CRT functionality for \
uploads to improve throughput in the CLI/Boto3.
enhancement:Botocore: S3Transfer now requires Botocore >=1.32.7
enhancement:crt: Update target_throughput defaults. If not configured, \
s3transfer will use the AWS CRT to attempt to determine a recommended target \
throughput to use based on the system. If there is no recommended throughput, \
s3transfer now falls back to ten gigabits per second.
enhancement:crt: Add support for uploading and downloading file-like objects \
using CRT transfer manager. It supports both seekable and non-seekable file-like \
objects.
|
2023-11-02 11:30:44 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-s3transfer: updated to 0.7.0
0.7.0
feature:SSE-C: Pass SSECustomer* arguments to CompleteMultipartUpload for upload \
operations
|
2023-09-14 11:08:39 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-s3transfer: updated to 0.6.2
0.6.2
enhancement:Python: Added provisional Python 3.12 support to s3transfer
|
2023-05-16 12:43:22 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-s3transfer: updated to 0.6.1
0.6.1
bugfix:copy: Added support for ChecksumAlgorithm when uploading copy data in parts.
|
2022-10-26 12:31:33 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-s3transfer: updated to 0.6.0
0.6.0
feature:Python: Dropped support for Python 3.6
0.5.2
enhancement:s3: Added support for flexible checksums when uploading or \
downloading objects.
0.5.1
enhancement:Python: Officially add Python 3.10 support
0.5.0
feature:Python: Dropped support for Python 2.7
|
2022-09-11 19:11:22 by Thomas Klausner | Files touched by this commit (4) |
Log message:
*: limit more packages to python 3
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|