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

Support filter-clean filter-smudge, pull, push for large file size in Windows v.s. S3 #78

Open
zelonght opened this issue Jul 27, 2017 · 1 comment

Comments

@zelonght
Copy link

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.

@quangnt
Copy link

quangnt commented Jul 27, 2017

These solutions are only tested in Windows OS.
Note:

  • To support filter-clean and filter-smudge work with >= 4GBs file size requires to install Git 64 bit and Windows 64bit.
  • To support upload large file size on Windows >=5 GBs, requires to install python library 'filechunkio' by run command pip install filechunkio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants