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 136 forks source link

Support for S3 as a storage backend #90

Open grahamgilbert opened 5 years ago

grahamgilbert commented 5 years ago

This adds support for using AWS S3 as a backend via the AWS CLI tool. aws s3 sync is similar to rsync in operation, so it's a pretty simple drop in replacement.

grahamgilbert commented 5 years ago

Whoops, I forgot to push the readme. I'm afraid I only know of tools that we can use for unit tests with actual python, not when we shell out to the AWS cli.

jcftang commented 5 years ago

you could mock s3 with moto

natewalck commented 3 years ago

Hey all! I was curious if anything else was needed for this to be merged. Its been a while, so not sure if there are more changed needed for this to function or not.