-
Notifications
You must be signed in to change notification settings - Fork 76
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
Is is possible to have callbacks when uploading objects? #60
Comments
Yeah, the solution would be for me to change the current upload_fileobj to do a multipart upload instead of a put_object. Will work on that in the next couple of days |
Can you try the |
@terrycain : Thank you so much for getting back so quickly. My team is on a tight deadline to deliver a feature and so I won't have time to play with this until next week. (We're just going to settle for no progress :/ for now.) However, I will definitely check this out when we have a breather -- probably next week. Thank you again for the rapid response. 💯 |
No problem, it technically works as I had some tests run on it but it'll sit in that branch until you can test it as I'd rather have someone who has real-life uses for it play around with it 😄 |
Hey Terry:
Unfortunately, I won't be able to test this feature :/ as we're backporting
our code base to 2.7 and are disassbling the infrastructure that would even
have allowed us to test it. I know... I know!! ;-)
Thank you again for the rapid turnaround. We were very impressed how
responsively your project fulfils feature requests! :-)
Adrien
…On Mon, May 21, 2018, 12:27 PM Terry Cain ***@***.***> wrote:
No problem, it technically works as I had some tests run on it but it'll
sit in that branch until you can test it as I'd rather have someone who has
real-life uses for it play around with it 😄
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#60 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABmHNeHKit1T8wl_RNNj2926krIyLwMqks5t0xUWgaJpZM4UGTbY>
.
|
Is fixed in v5.0.0 |
Might it be possible to get progress callbacks for
upload_file
andupload_fileobj
as inboto3
?(This issue was created at the recommendation of @terrycain in aio-libs/aiobotocore#584.)
Thank you!
The text was updated successfully, but these errors were encountered: