Hacker News new | ask | show | jobs
by chrischen 6017 days ago
Does this use http to upload everything to S3?
1 comments

Yes, it does. Adding https as an option is something I'll probably look into.

edit: It uses libcurl for transfers, and libcurl supports https, so getting a secure connection is as simple as adding the option:

    url=https://s3.amazonaws.com
at mount time.

I've added that to the README file.