Skip to content

Commit

Permalink
fix CRT debug log (#3950)
Browse files Browse the repository at this point in the history
  • Loading branch information
gruebel authored Nov 28, 2023
1 parent 3c0c883 commit 5f0ee68
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions boto3/s3/transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,8 @@ def _should_use_crt(config):

logger.debug(
"Opting out of CRT Transfer Manager. Preferred client: "
"{pref_transfer_client}, CRT available: {HAS_CRT}, "
"Instance Optimized: {is_optimized_instance}.",
pref_transfer_client,
HAS_CRT,
is_optimized_instance,
f"{pref_transfer_client}, CRT available: {HAS_CRT}, "
f"Instance Optimized: {is_optimized_instance}."
)
return False

Expand Down

0 comments on commit 5f0ee68

Please sign in to comment.