Open hannahkane opened 6 years ago
Status: I have local development working in the fs-middlelayer-api
minio
branch, and had both local and local Docker development working, but could not determine what broke the latter after merging the dev
branch. Given that @lauraGgit mocked out the S3 tests in JavaScript, this isn't as needed, and the combination of how much time getting it to work with Docker had taken me and the unknown time required to get past whatever the current problem has led to deprioritizing this for the moment.
Note that all the work for this was done on https://github.com/18F/fs-middlelayer-api as that's where the S3 communication is.
@msadakFS this can likely be archived.
I'd like to revisit this issue. This is currently a blocker when developing the platform locally as we can't QA test anything that involves file uploads. The solution does NOT require running minio
and should only require
multer
instead of "S3"mock-aws
to mock getObject
to pull from wherever multer
stores the files.
Notes
Acceptance Criteria
Tasks
Definition of Done