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
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.
The text was updated successfully, but these errors were encountered:
These solutions are only tested in Windows OS. Note:
pip install filechunkio
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: