Skip to content

Instantly share code, notes, and snippets.

@anteverse
Last active October 31, 2021 09:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anteverse/751cb601d741414b78afab955c9888bf to your computer and use it in GitHub Desktop.
Save anteverse/751cb601d741414b78afab955c9888bf to your computer and use it in GitHub Desktop.
S3 TransferManager and TransferConfig
transfer_config = TransferConfig(
max_submission_concurrency=threads_number,
)
transfer_manager = TransferManager(
config=transfer_config,
client=boto3.client("s3"),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment