LouiseMcMahon / nodebb-plugin-s3-uploads

A plugin for NodeBB to take file uploads and store them on S3
MIT License
17 stars 23 forks source link

fix #5 invalid url generated for user images #7

Closed yoann-antoviaque closed 8 years ago

yoann-antoviaque commented 8 years ago

host can now start with the protocol to use (http:// or https://) if none is present, we use http

if no host is configured, we use https as aws provides it

(new pull request that should respect https://github.com/LewisMcMahon/nodebb-plugin-s3-uploads/blob/master/.github/CONTRIBUTING.md)

LewisMcMahon commented 8 years ago

fix for #5