-
Notifications
You must be signed in to change notification settings - Fork 886
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWSS3TransferUtility error handling #760
Comments
It seems we are facing a similar issue. A comprehensive investigation showed that poor network conditions leads to the following problem: My config. :
@k4ety's PR (#666) may fix this issue (I have not tried, though). Another question is about the reason for the failure of the upload. By using Any insight would be greatly appreciated :) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Up |
I have exacly the same issue but with downloading images ~500 KB. |
#666 has been merged and released as part of rev 2.6.18. |
Hi @kvasukib @cbommas , we're still facing this issue where transferUtility never returns an error. For e.g., if network is gone, the SDK method seems to wait for an indefinite time and never really returns any error. It resumes the task once the network is restored. We're using the iOS SDK - S3 pods version 2.6.35. |
@pothunoorisk Please update your SDK to the latest version (the latest is 2.9.9), and if you are still seeing problems, open a new issue. |
AWSS3TransferUtility does not capture errors received from S3 and pass them back to the caller in a useable manner.
AWSS3TransferUtility ignores all responses from S3 when doing uploads.
AWSS3TransferUtility does not log any errors received from S3.
I have addressed these issues in a Pull Request (#666) that I originally created on May 4, but that request has not been reviewed/merged. I am creating this issue to try to increase visibility to the PR and hopefully get it reviewed and merged.
The text was updated successfully, but these errors were encountered: