6 lines
124 B
Python
6 lines
124 B
Python
'''
|
|
put access and secret key here. All modules should pick it up
|
|
'''
|
|
AWS_ACCESS_KEY_ID = 'test'
|
|
AWS_SECRET_ACCESS_KEY = ''
|