put config.py back for a bit because everything poops without it
This commit is contained in:
5
config.py
Normal file
5
config.py
Normal file
@@ -0,0 +1,5 @@
|
||||
'''
|
||||
put access and secret key here. All modules should pick it up
|
||||
'''
|
||||
AWS_ACCESS_KEY_ID = ''
|
||||
AWS_SECRET_ACCESS_KEY = ''
|
||||
@@ -9,7 +9,6 @@
|
||||
import boto3
|
||||
import argparse
|
||||
import os
|
||||
from config import AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY
|
||||
from botocore.exceptions import ClientError
|
||||
from modules import *
|
||||
import sys
|
||||
|
||||
Reference in New Issue
Block a user