Skip to content

Commit

Permalink
Merge pull request #285 from boto/crt-enhancements
Browse files Browse the repository at this point in the history
CRT Enhancements
  • Loading branch information
nateprewitt committed Nov 25, 2023
2 parents cc9345a + 87445dd commit 1bd5298
Show file tree
Hide file tree
Showing 12 changed files with 1,075 additions and 167 deletions.
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

0 comments on commit 1bd5298

Please sign in to comment.