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:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -2,3 +2,7 @@ docs/site/
|
||||
|
||||
# OSX Junk
|
||||
.DS_Store
|
||||
|
||||
# test cache
|
||||
.cache/*
|
||||
tests/__pycache__/*
|
||||
|
||||
Reference in New Issue
Block a user