Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRT Enhancements #285

Merged
merged 12 commits into from
Nov 25, 2023
Merged
5 changes: 5 additions & 0 deletions .changes/next-release/enhancement-Botocore-82899.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "enhancement",
"category": "``Botocore``",
"description": "S3Transfer now requires Botocore >=1.32.7"
}
5 changes: 5 additions & 0 deletions .changes/next-release/enhancement-crt-28261.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "enhancement",
"category": "``crt``",
"description": "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."
}
5 changes: 5 additions & 0 deletions .changes/next-release/enhancement-crt-30257.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "enhancement",
"category": "``crt``",
"description": "Automatically configure CRC32 checksums for uploads and checksum validation for downloads through the CRT transfer manager."
}
5 changes: 5 additions & 0 deletions .changes/next-release/enhancement-crt-51520.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "enhancement",
"category": "``crt``",
"description": "Add support for uploading and downloading file-like objects using CRT transfer manager. It supports both seekable and non-seekable file-like objects."
}
5 changes: 5 additions & 0 deletions .changes/next-release/feature-crt-5777.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "feature",
"category": "``crt``",
"description": "S3transfer now supports a wider range of CRT functionality for uploads to improve throughput in the CLI/Boto3."
}
Loading