Add optional argument for using AWS credentials profile.

Update docs.

Update tests. No need to include __pycache__ directory.

Update .gitignore to ignore test cache output.
This commit is contained in:
Paul Harrison
2017-05-26 14:42:25 +01:00
parent f3980db66c
commit 934a98c11d
5 changed files with 28 additions and 2 deletions

4
.gitignore vendored
View File

@@ -2,3 +2,7 @@ docs/site/
# OSX Junk
.DS_Store
# test cache
.cache/*
tests/__pycache__/*