jedbrown / git-fat

Simple way to handle fat files without committing them to git, supports synchronization using rsync
BSD 2-Clause "Simplified" License
622 stars 137 forks source link

boto storage support and a generic storage interface #69

Closed joshk0 closed 6 years ago

joshk0 commented 9 years ago

Support storing git-fat files using boto (which supports S3 and Google cloud storage.)

The robustness guarantees are identical to the current ones (e.g. if a git-fat object already exists on either side, it's not checked / updated, and only a git fat fsck will catch that for you.)

Degrade gracefully if boto cannot be loaded, to allow the original dependency footprint to continue working.

joshk0 commented 6 years ago

git-lfs rules this world now. oh well