mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-16 01:07:11 +00:00
9833c7e589
1) Patch adding support for SSE( Issue 226 ) Supports SSE(Server-Side Encryption) and adds "use_sse" option. * Specifications When "use_sse" option is specified as "1", s3fs adds "x-amz-server-side-encryption" header as "AES256". But it only does when objects upload(writing object). When you do chmod/chown/chgrp/touch/mv commands, s3fs does not add this header and inherit SSE mode from oroginal object. * Notice "use_sse" option can not specify with "use_rrs" because we get signature error from S3. git-svn-id: http://s3fs.googlecode.com/svn/trunk@438 df820570-a93a-0410-bd06-b72b767a4274 |
||
---|---|---|
.. | ||
s3fs.1 |