Replies: 2 comments
-
That's a fair use case, we have plan to add progress tracking to download (GetObject) and upload (PutObject) operations. Apart from progress tracking, is there anything that you are looking and is not supported by SDK? I would suggest checking GetObject operation which seems like your use case. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I hope I can do something like this to make nest progress tracking easy. myProgress.addChild(theGetObjectInput.progress, withPendingUnitCount: myProgress.totalUnitCount) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It is impossible to download large files directly into memory. A progress callback is required at the same time.
I may have missed some details, how should I use this library to download large files with progress update?
Beta Was this translation helpful? Give feedback.
All reactions