Callback functions on TransferManager upload calls #2778
-
TransferManager.upload() call is non-blocking so is there a way to pass a function perform some action once the transfer is complete? |
Beta Was this translation helpful? Give feedback.
Answered by
debora-ito
Jun 16, 2022
Replies: 1 comment
-
You can set ProgressListeners. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
yasminetalby
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can set ProgressListeners.
A basic example can be seen here: https://aws.amazon.com/blogs/developer/amazon-s3-transfermanager/