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