-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support large(r) file uploads by directly uploading to S3 (#2012)
* update client code to get upload url, post to upload, post to finalize * restrict all cvr files uploads to 1 file * client tests passing * add file helper and parsing utils * update server endpoints to break upload into 3 steps * handle unwrapped hart zip * add helper functions to manage test uploads * add tests for public file upload endpoint * add tests for get upload url endpoints * refactor server tests to call helper functions to upload files and handle error testing * update test missed in rebase * change files to file in client useCSV * update upload complete calls to use json not form data * nit changes to file utils * dont create subdir for cvrs * make upload file require logged in user * address various pr nit comments in api * rename test helpers * fix server to expect json params on upload complete * test csp on server
- Loading branch information
1 parent
7a20882
commit 699b659
Showing
54 changed files
with
3,431 additions
and
2,727 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.