diff --git a/boto3/s3/transfer.py b/boto3/s3/transfer.py index cc445d3672..31a2d00c54 100644 --- a/boto3/s3/transfer.py +++ b/boto3/s3/transfer.py @@ -256,7 +256,7 @@ def __init__( :param max_concurrency: The maximum number of threads that will be making requests to perform a transfer. If ``use_threads`` is set to ``False``, the value provided is ignored as the transfer - will only ever use the main thread. + will only ever use the current thread. :param multipart_chunksize: The partition size of each part for a multipart transfer. @@ -281,7 +281,7 @@ def __init__( :param use_threads: If True, threads will be used when performing S3 transfers. If False, no threads will be used in - performing transfers; all logic will be run in the main thread. + performing transfers; all logic will be run in the current thread. :param max_bandwidth: The maximum bandwidth that will be consumed in uploading and downloading file content. The value is an integer