Yleisradio / aws-maven

Fork to add support for assumed roles
Apache License 2.0
16 stars 9 forks source link

Read ARN vars from config file #3

Closed milankinen closed 8 years ago

milankinen commented 8 years ago

This pull request resolves #2

Read vars from .s3_config file if exists. If you want to use different filename, define it with S3_MAVEN_CONFIG_FILE environment variable.

milankinen commented 8 years ago

Btw, should we prefer config file vars over environment variables (change the check order)? Ping @huima