Open grahamgilbert opened 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.
you could mock s3 with moto
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.
This adds support for using AWS S3 as a backend via the AWS CLI tool.
aws s3 sync
is similar torsync
in operation, so it's a pretty simple drop in replacement.