Skip to content
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

Timeout error when uploading large files to S3 #51

Closed
maboulfotouhrobusta opened this issue Jul 7, 2021 · 2 comments
Closed

Timeout error when uploading large files to S3 #51

maboulfotouhrobusta opened this issue Jul 7, 2021 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@maboulfotouhrobusta
Copy link

I got an error when I'm trying to upload a file larger then 1MB
Error storing "file_example_MP4_480_1_5MG.mp4". Status: 0

I think I get a request timeout from S3
How can this be solved and support large files?

@maboulfotouhrobusta
Copy link
Author

It was an error with my network makes packet loss
After switch the network everything was fine

@x1wins
Copy link
Owner

x1wins commented Jul 7, 2021

usually i was upload video more 1GB for HLS packaging.
but when i got startup this project, i faced large file issue due to direct upload with active storage in ruby on rails.
i found solution for active storage timeout config. if you wanna know, go this link #13 (comment)

@x1wins x1wins self-assigned this Jul 7, 2021
@x1wins x1wins added good first issue Good for newcomers question Further information is requested and removed good first issue Good for newcomers labels Jul 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants