You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
"threads" is deprecated. Processes are now available and furthermore are default. The analogous parameter is named max_workers.
Sample functions using transfer_manager (aside from the chunked download sample) should accept "processes" instead of "threads" in their signature. Also, the default should be "8" instead of "4".
When actually calling the function, they can be called with max_workers instead of threads, using that passed-in value.
"threads" is deprecated. Processes are now available and furthermore are default. The analogous parameter is named max_workers.
Sample functions using transfer_manager (aside from the chunked download sample) should accept "processes" instead of "threads" in their signature. Also, the default should be "8" instead of "4".
When actually calling the function, they can be called with max_workers instead of threads, using that passed-in value.