mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-17 09:45:11 +00:00
9da497af45
1) Adds enable_content_md5 option When s3fs uploads large object(over 20MB), s3fs checks always ETag(MD5) in each multipart's response. But for small objects, s3fs does not check MD5. This new option enables for checking MD5 of uploading object. If "enable_content_md5" option is specified, s3fs puts the object with "Content-MD5" header. The checking MD5 value is not default, because it increases some of user's cpu usage. (The default value may be replaced in the future.) git-svn-id: http://s3fs.googlecode.com/svn/trunk@423 df820570-a93a-0410-bd06-b72b767a4274 |
||
---|---|---|
.. | ||
man | ||
Makefile.am |