You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ResourceRepository interface currently keeps a lot of logic in the respective implementations of each repository (S3, FS etc.).
We should refactor this to ideally have a simple abstraction layer over each repository that exposes the basic functions of working with it (get file, update file, list files etc.), and move the other logic currently in there to new abstractions (for example resource group manager, policy manager etc.).
More info and some of the discussion that prompted this issue can be found in the comments of this PR
The text was updated successfully, but these errors were encountered:
The ResourceRepository interface currently keeps a lot of logic in the respective implementations of each repository (S3, FS etc.).
We should refactor this to ideally have a simple abstraction layer over each repository that exposes the basic functions of working with it (get file, update file, list files etc.), and move the other logic currently in there to new abstractions (for example resource group manager, policy manager etc.).
More info and some of the discussion that prompted this issue can be found in the comments of this PR
The text was updated successfully, but these errors were encountered: