using keys as shown in cmc PR. Checking for presence, etc.

This commit is contained in:
cktricky
2017-12-28 09:59:37 -05:00
parent 8485aeacdd
commit 20b0d83ad5
2 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
'''
put access and secret key here. All modules should pick it up
'''
AWS_ACCESS_KEY_ID = ''
AWS_ACCESS_KEY_ID = 'test'
AWS_SECRET_ACCESS_KEY = ''