Will S3TransferManager from java SDK 2 abort Multipart uploading process in case of unchecked Exceptions? #4882
Unanswered
vlbaluk
asked this question in
Migration from v1 to v2
Replies: 1 comment
-
I've been told that yes, S3TransferManager will abort the multipart upload in case of an exception. |
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
-
We are migrating from Sync Client to Async Crt Client and S3TransferManager.
I didn't find in the documentation how S3TransferManager behaves in case of any unchecked exception.
Does S3TransferManager from Java SDK 2 abort the Multipart uploading process and automatically remove all already uploaded chunks in case of unchecked Exceptions?
Found thread where the desired behavior is described, but only in case the system explicitly cancels
CompletableFuture
#3274 (comment)
Our code listing :
Beta Was this translation helpful? Give feedback.
All reactions