Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to supply configuration using _ss_environment file #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jvdanker
Copy link

This change allows you to supply the AWS credentials using the _ss_environment.yml configuration file. If you don't add the security: section to the configuration, then the SESMailer will try to read the keys from defined constants instead.

}

$config['credentials'] = array(
'key' => defined('SS_AWS_KEY') ? SS_AWS_KEY : '',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The defined check for these isn't needed if you're already checking the defined above and throwing an exception. Other than that, this looks good to merge!

@nglasl
Copy link
Contributor

nglasl commented Oct 1, 2019

@jvdanker I'm keen to hit merge on this since it was only a small change requested, any chance you could please resolve the merge conflict?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants