megahertz / electron-simple-publisher

Simple way to publish releases for electron-simple-updater
MIT License
66 stars 25 forks source link

Option to use S3 credentials from home directory #19

Closed ph1111p closed 7 years ago

ph1111p commented 7 years ago

In order to remove the need to enter the accessKeyId and secretAccessKey in the configuration file. Allow users to grab access key from their ~/.aws/credentials if configured. I believe this is the default behavior of AWS.S3 module if the keys are not found (at least on macOS). I have an inbound PR that is working for me on macOS.