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

Supplemental file storage #4085

Merged
merged 3 commits into from
Apr 20, 2020
Merged

Supplemental file storage #4085

merged 3 commits into from
Apr 20, 2020

Conversation

cjcolvar
Copy link
Member

Use ActiveStorage to allow for avalon to be configured to store files on disk or in s3 (or other cloud storage).

Co-authored-by: phuongdh <phuongdh@gmail.com>
@cjcolvar cjcolvar force-pushed the supplemental_file_storage branch from 33b3020 to 7f19808 Compare April 15, 2020 01:51
@cjcolvar cjcolvar marked this pull request as ready for review April 15, 2020 01:51
@cjcolvar
Copy link
Member Author

After the upgrade of aws-sdk there was one failing test. The issue was that aws-s3-sdk was subverting FakeFS when doing download_file so the file didn’t exist in the FakeFS filesystem but it did in the real filesystem. Switching to Tempfile felt better in the real code and allowed for getting rid of FakeFS in the test.

@cjcolvar cjcolvar merged commit faa48fc into develop Apr 20, 2020
@cjcolvar cjcolvar deleted the supplemental_file_storage branch April 20, 2020 18:52
@joncameron joncameron mentioned this pull request Jun 9, 2020
22 tasks
@Dananji Dananji mentioned this pull request Oct 14, 2020
22 tasks
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

Successfully merging this pull request may close these issues.

2 participants