megahertz / electron-simple-publisher

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

Removed need to enter s3 credentials #20

Closed ph1111p closed 7 years ago

ph1111p commented 7 years ago

This allows default behavior of AWS module (pulling user credentials from ~/.aws/credentials) to override if accessKeyId and secretAccessKey are undefined. I also remove the error check that would prevent the progress of this module in this case.

Fixes #19

megahertz commented 7 years ago

Thank you, I'll try it a bit later