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

figure out how to handle large files #155

Open
jschmidtnj opened this issue Oct 6, 2020 · 2 comments
Open

figure out how to handle large files #155

jschmidtnj opened this issue Oct 6, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@jschmidtnj
Copy link
Collaborator

large file input needs to be tested, along with memory usage. right now, it's being saved to a buffer. it should really be done purely with readstreams if possible, for binary files at least. don't know if it's possible to get the hash and file sized based only on read streams. maybe there's a way

@jschmidtnj jschmidtnj added the enhancement New feature or request label Oct 6, 2020
@jschmidtnj jschmidtnj self-assigned this Oct 6, 2020
@jschmidtnj
Copy link
Collaborator Author

signed urls: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-signed-urls.html
can be used for downloading the files, preventing limits
currently will be limiting max file size to something low

@jschmidtnj
Copy link
Collaborator Author

this is almost done. just need to make sure proxy works with large files (test)

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

No branches or pull requests

1 participant