With this PR #28 we can use S3 as Backend.
But we run into limitation of 4GB for file in Windows when running filter-clean and filter-smudge, here is a workaround: PersonifyInc@7a1ec14
Then we run into another issue of upload large file to S3 due to S3 limitation of upload single part, here is a solution for it PersonifyInc@c026fcf
Would be great if we can add S3 support and then those 2 commits to make git-fat support S3 better.