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

externalize dependency on git lfs #2255

Open
Panaetius opened this issue Aug 11, 2021 · 0 comments
Open

externalize dependency on git lfs #2255

Panaetius opened this issue Aug 11, 2021 · 0 comments

Comments

@Panaetius
Copy link
Member

Similar to #2253 we should have an interface&implementation combo for large file storages, so we could ideally swap out git lfs for e.g. S3 buckets.

One issue here is that we depend on some git lfs specific implementation details, like git lfs migrate which might not make sense in the context of most providers, so we might not want that on the interface, but only on the implementation, and have the cli code depend on the implementation directly for those commands (with the business logic not knowing about them)

@Panaetius Panaetius moved this to Backlog in renku-python May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant