./net/py-s3transfer, Amazon S3 Transfer Manager

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.10.4, Package name: py312-s3transfer-0.10.4, Maintainer: pkgsrc-users

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.


Required to run:
[devel/py-setuptools] [net/py-botocore] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 141.882 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-26 08:55:05 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-s3transfer: updated to 0.10.4

0.10.4
enhancement:s3: Added Multi-Region Access Points support to CRT transfers.
   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-10-30 21:05:54 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-s3transfer: updated to 0.10.3

0.10.3

enhancement:Python: Added provisional Python 3.13 support to s3transfer
   2024-09-04 09:10:55 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-s3transfer: updated to 0.10.2

0.10.2

bugfix:awscrt: Pass operation name to awscrt.s3 to improve error handling.
   2024-04-12 13:11:51 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
Log message:
py-s3transfer: updated to 0.6.2

0.6.2

enhancement:Python: Added provisional Python 3.12 support to s3transfer