We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Per this line:
soft-serve/pkg/backend/lfs.go
Line 25 in 11c0bc5
I would like to have the ability to configure S3 (or S3-compatible) storage for LFS objects.
Currently attempting some hacks with FUSE-mounting a directory but it's not working well.
The text was updated successfully, but these errors were encountered:
S3 is pretty important for me too .
Sorry, something went wrong.
@aymanbagabas and @kylemclaren
https://github.com/charmbracelet/soft-serve/blob/main/pkg/web/git_lfs.go#L91 has a TODO for s3 storage to be done eventually.
https://github.com/RemcodM/git-lfs-s3-caching-adapter might be a good option.
No branches or pull requests
Per this line:
soft-serve/pkg/backend/lfs.go
Line 25 in 11c0bc5
I would like to have the ability to configure S3 (or S3-compatible) storage for LFS objects.
Currently attempting some hacks with FUSE-mounting a directory but it's not working well.
The text was updated successfully, but these errors were encountered: