Comment on Amazon S3 file system with improved caching: the itch I scratched over ChristmasparentComments−russrossOP16yYes, 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.
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:
at mount time.I've added that to the README file.