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 environment file to api #2375

Merged
merged 1 commit into from
Feb 27, 2020
Merged

add environment file to api #2375

merged 1 commit into from
Feb 27, 2020

Conversation

jy19
Copy link
Contributor

@jy19 jy19 commented Feb 25, 2020

Summary

adds environmentFile to api container stuff

Implementation details

Testing

make test
New tests cover the changes:

Description for the changelog

Licensing

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

EnvironmentFiles: []*ecsacs.EnvironmentFile{
{
Value: strptr("s3://bucketName/envFile"),
Type: strptr("s3"),
Copy link
Contributor

Choose a reason for hiding this comment

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

do we need to add test for when this is not s3?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

customers wouldn't be able to register a task def for values other than s3 currently based on backend logic.. do you think that's still needed as a test on our side?

@jy19 jy19 merged commit 95b4152 into aws:env_files Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants