pinterest / pinball

Pinball is a scalable workflow manager
Apache License 2.0
1.05k stars 130 forks source link

Remove asserts on AWS key and secrets to allow pinball to fallback to default cred chain #83

Closed devinlundberg closed 7 years ago

devinlundberg commented 7 years ago

This will allow pinball to use IAM roles, env variables, or .aws config files to communicate with s3.

csliu commented 7 years ago

thanks!