mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-18 02:05:13 +00:00
d1a17cbe3d
1) Option syntax verbosity in doc ( Issue 352 ) Before this revision(version), "use_rrs" option needs to set a parameter like "use_sse" option. But this option does not need a parameter, specified "use_rrs" option means enabled RRS. (because RRS is desabled by default.) After this revision, "use_rrs" option can be specified without a parameter, and "use_sse" too. Changed codes, man page and help page. Please notice, for old version "use_rrs"(and "use_sse") can be specified with a parameter("1" or "0") yet. 2) Fixes a bug about analizing "use_sse" option. Fixed a bug in r451, "use_sse" option is not worked because s3fs mistook to call function for "use_rrs". 3) Fixes a memory leak. Fixed a memory leak in r451. Fixed that the curl_slist_sort_insert() function forgot to free memory. git-svn-id: http://s3fs.googlecode.com/svn/trunk@452 df820570-a93a-0410-bd06-b72b767a4274 |
||
---|---|---|
.. | ||
man | ||
Makefile.am |