charmbracelet / soft-serve

The mighty, self-hostable Git server for the command line🍦
MIT License
5.2k stars 132 forks source link

Support S3 storage #479

Open kylemclaren opened 6 months ago

kylemclaren commented 6 months ago

Per this line: https://github.com/charmbracelet/soft-serve/blob/11c0bc57de33db986ca72997237625e2b23c0e9f/pkg/backend/lfs.go#L25

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.

gedw99 commented 4 weeks ago

S3 is pretty important for me too .