- Added ability to delete keys from S3
`example: acli s3 rm mybucket/myfolder/mykey.txt`
- Added filtering/searching on ec2 instance lists
`example: acli ec2 ls --filter=nginx`
- Added functions for cleaning up orphaned snapshots and unnamed and unattached volumes. (first run with --noop to check what will be removed.)
`example: acli clean delete_orphaned_snapshots --noop`
- Added bash completion script to allow tab completion of commands
- Other minor fixes