-
Notifications
You must be signed in to change notification settings - Fork 0
Remove file storage from project schema #160
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
Conversation
Refactor project api file storage logic
|
Since the storage is now an endpoint at the root level (corresponding to
|
Expose fs_url on jms api; Create method to retrieve storages
@FedericoNegri - *see latest implementation. Note - I changed the arguments to get_fs_url to match the pattern in jms api. |
@wehrler Looks good to me. Once backend changes are in we can move on with this one as well. Before that, let's quickly discuss whether it's worth bumping version. |
Removed file storage from project schema and refactored project api file storage logic.