Skip to content

Any way to track the progress when uploading a big file with ObjectStore::put_multipart? #5117

Closed Answered by tustvold
bbigras asked this question in Q&A
Discussion options

You must be logged in to vote

You could wrap the AsyncWrite in an impl that keeps track of how many bytes are written. This will be an over-estimate as it will count in-progress uploads but may be good enough.

Otherwise you will need to use the lower level MultipartStore API

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Jefffrey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants