Skip to content

Refactor the ResourceRepository related code #139

@tomeresk

Description

@tomeresk

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions