Hacker News new | ask | show | jobs
by russross 6010 days ago
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.