I didn't realize when first looking at it but this is an official Amazon application. The github account is "awslabs" and it's linked right at the top of the docs: https://aws.amazon.com/cli/
At the risk of sounding overly negative, what value does this bring exactly? The existing CLI does exactly the same thing except one just prefixes the command with 'aws'...
I'm going to do my own digging when I'm not mobile but do you or anyone else know if there is a generalized library to provide an auto completing CLI like SAWS? That would be super useful for a lot of tools.
Looks great but this is not the kind of thing I want to be driving interactively. Rather, I want my interactions with AWS to be automated as much as possible, via a tool like Ansible or similar.
Since this appears to just be a wrapper around the existing aws cli, I believe the command you are looking for is `s3 cp <local directory or file> s3://<full s3 bucket url> --recursive`. Just an educated guess taken from the CLI docs: https://aws.amazon.com/cli