remove the aws key stuff
This commit is contained in:
@@ -4,13 +4,12 @@ SES module
|
||||
|
||||
|
||||
from libs.ses import *
|
||||
from config import AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY
|
||||
|
||||
def step_ses_list_identities():
|
||||
list_identities(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY)
|
||||
list_identities()
|
||||
|
||||
def step_ses_get_send_statistics():
|
||||
get_send_statistics(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY)
|
||||
get_send_statistics()
|
||||
|
||||
def step_ses_list_configuration_sets():
|
||||
list_configuration_sets(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY)
|
||||
list_configuration_sets()
|
||||
Reference in New Issue
Block a user