-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support TransferConfig for s3 uploads and downloads #150
Conversation
Codecov Report
@@ Coverage Diff @@
## master #150 +/- ##
======================================
Coverage 93.9% 93.9%
======================================
Files 21 21
Lines 1177 1179 +2
======================================
+ Hits 1106 1108 +2
Misses 71 71
|
@ejm714 Got a "live" test running with the code that you provided. Here's the diff if you are curious:
I think this is ready to merge, thanks! |
Adds the ability to specify boto3.s3.transfer.TransferConfig parameters, which is useful for controlling multipart and thread use in uploads and downloads.
Outstanding:
Closes #147