In the new AWS Java SDK v2 TransferManager how do I get the equivalent of com.amazonaws.services.s3.transfer.TransferState in the v1 TransferManager? I assume it's using a TransferListener and the SdkResponse, but would rather not have to experiment to re-invent the wheel here
It looks like you may want to implement a TransferListener.