From e9466738d95914b941d1af1416b1b561899f30c6 Mon Sep 17 00:00:00 2001 From: Alessandra Romero Date: Mon, 16 Feb 2026 17:36:54 -0500 Subject: [PATCH 1/3] Update legacy botocore documentation link --- s3transfer/processpool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s3transfer/processpool.py b/s3transfer/processpool.py index 388a9069..8f2ae3ec 100644 --- a/s3transfer/processpool.py +++ b/s3transfer/processpool.py @@ -73,7 +73,7 @@ * ``extra_args``: A dictionary containing any additional client arguments to include in the - `GetObject `_ + `GetObject `_ API request. For example: .. code:: python From ccc54f7d30633e43388c0174bc65a7df6d379daf Mon Sep 17 00:00:00 2001 From: Alessandra Romero Date: Tue, 17 Feb 2026 09:59:40 -0500 Subject: [PATCH 2/3] Update readthedocs link --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 44102910..90a8bd67 100644 --- a/README.rst +++ b/README.rst @@ -10,4 +10,4 @@ This project is maintained and published by Amazon Web Services. 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 `__ + s3transfer, try the interfaces exposed in `boto3 `__ From e570a744544383efeba3d5d99f478c50b464fa00 Mon Sep 17 00:00:00 2001 From: Alessandra Romero <24320222+alexgromero@users.noreply.github.com> Date: Tue, 17 Feb 2026 18:00:01 -0500 Subject: [PATCH 3/3] Apply suggestions from code review Co-authored-by: jonathan343 <43360731+jonathan343@users.noreply.github.com> --- README.rst | 2 +- s3transfer/processpool.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 90a8bd67..c0cc2604 100644 --- a/README.rst +++ b/README.rst @@ -10,4 +10,4 @@ This project is maintained and published by Amazon Web Services. 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 `__ + s3transfer, try the interfaces exposed in `boto3 `__ diff --git a/s3transfer/processpool.py b/s3transfer/processpool.py index 8f2ae3ec..ad515e55 100644 --- a/s3transfer/processpool.py +++ b/s3transfer/processpool.py @@ -73,7 +73,7 @@ * ``extra_args``: A dictionary containing any additional client arguments to include in the - `GetObject `_ + `GetObject `_ API request. For example: .. code:: python