You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Auto resume multi-part upload not working after restarting the app using transfer utility with key, I've tried looking for similar issues to this and applied solution provided but none seems to work, as far as I read some says it upload automatically after giving the same parameters on the in-completed uploads and others say i need to iterate through tasks in and fire .resume(), it didn't do the trick for both approaches.
transferUtility?.getMultiPartUploadTasks().result is always empty
To Reproduce
Steps to reproduce the behavior:
start uploading file using transfer utility with key
wait till it reaches half way of upload
restart the app
resume upload task OR check .getMultiPartUploadTasks().result count
Observed Behavior
.resume() does nothing shows this error on logs specified in Relevant Console Output section
transferUtility?.getMultiPartUploadTasks().result is always empty
Expected Behavior
to resume uploading where it left before closing the app
to show the pending uploads using transferUtility?.getMultiPartUploadTasks().result
@palpatim no it's exactly the same, sorry I thought i needed to add new one since it's different SDK version issue, I can close it if it needs to be only on #3474
Describe the bug
Auto resume multi-part upload not working after restarting the app using transfer utility with key, I've tried looking for similar issues to this and applied solution provided but none seems to work, as far as I read some says it upload automatically after giving the same parameters on the in-completed uploads and others say i need to iterate through tasks in and fire .resume(), it didn't do the trick for both approaches.
transferUtility?.getMultiPartUploadTasks().result is always empty
To Reproduce
Steps to reproduce the behavior:
Observed Behavior
.resume() does nothing shows this error on logs specified in Relevant Console Output section
transferUtility?.getMultiPartUploadTasks().result is always empty
Expected Behavior
to resume uploading where it left before closing the app
to show the pending uploads using transferUtility?.getMultiPartUploadTasks().result
Code Snippet
Transfer utility configuration:
Transfer utility register & start upload:
Transfer utility resume upload
SDK used: AWSS3
Environment(please complete the following information):
Device Information (please complete the following information):
physical device
Relevant Console Output
The text was updated successfully, but these errors were encountered: