Path to this page:
Subject: CVS commit: pkgsrc/net/py-s3transfer
From: Adam Ciarcinski
Date: 2024-01-11 10:00:05
Message id: 20240111090005.567E3FA42@cvs.NetBSD.org
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.
Files: