How to increase execution timeout in AWS-S3 Storage

5.9k Views Asked by At

S3 Storage getting timed out after 50 minutes when uploading larger size video and throws below error. We have tried changing AWSS3TransferUtilityTimeoutIntervalForResource as above 50minutes but still not working. Please let us know how to increase execution_timeout on SDK file.


NSURLErrorDomain error -1001

1

There are 1 best solutions below

0
On

There is no way to change timeout in AWSS3TransferUtilityTimeoutIntervalForResource. Rationale, workaround and solution are mentioned here.
Basically multi part file upload is your way to go.