upcoming / upcoming-www

Upcoming.org Site
Apache License 2.0
168 stars 17 forks source link

Need an Amazon s3 bucket to login #38

Open revdancatt opened 7 years ago

revdancatt commented 7 years ago

At line 48 of helpers/index.js there's an attempt to upload the user's twitter profile image to an amazon s3 bucket. Which fails because...

a) In the installation guide in the wiki there's no step to set up s3 Amazon. b) Even if you do, the name upcoming.s3 is hardcoded and we can't create a new bucket with that name.

Suggestion, move the bucket and region to the config file, update the wiki.