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

User uploads are inserted into S3 object store #5

Open
colelawrence opened this issue Mar 4, 2019 · 0 comments
Open

User uploads are inserted into S3 object store #5

colelawrence opened this issue Mar 4, 2019 · 0 comments

Comments

@colelawrence
Copy link
Contributor

This is the tracking feature for #4

I'm creating the issue here to collect thoughts and discoveries as this feature is developed.

I ran into some simple problems trying to upload directly to the server, where Cloudflare's CDN (providing free SSL) prevents uploads of more than 100MB. So, I disabled Cloudflare's DNS to see how it would upload, and got mixed results with a 200MB MP4 file (pausing and resuming or event timing out once).

Given that mixed result, I think it would be wise to upload directly to our S3 implementation (testing with Minio) using pre-signed post urls.

This would also help pull us in the direction of relying on the distributed properties of an existing CDN, rather than attempting to optimize our own traffic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant