While uploading using TransferManager, if a network issue occurs, it would be caught in the exception – AmazonClientException. In such cases do I have to abort the current upload? If I want to upload the file again do I have to begin a new upload?
While uploading using TransferManager, if a network issue occurs, it would be caught in
Share
As noted on your other question, the S3 TransferManager does not currently support resuming of uploads. We’ll consider adding this in future versions on the SDK.