How do I get the TransferState of e.g. Copy in the new TransferManager? #3927
Unanswered
charlesritchea
asked this question in
Q&A
Replies: 1 comment
-
Or maybe it can be determined from the snapshot, but there are like a hundred SdkResponse sub-types |
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
-
In v1 I could get the com.amazonaws.services.s3.transfer.TransferState to determine whether the copy was in progress, had been cancelled, or errored. The only method I could come up was to pair the copy with it's TransferListener and record that state there. Even the ability to get the TransferListener from the Copy would make this easier
Beta Was this translation helpful? Give feedback.
All reactions