cryptomator / cryptofs

Java Filesystem Provider with integrated encryption
GNU Affero General Public License v3.0
93 stars 35 forks source link

support atomic open + set attributes #144

Closed overheadhunter closed 1 year ago

overheadhunter commented 1 year ago

This fixes #143 by passing through the attrs part of FileSystemProvider.html#newFileChannel(path, openOptions, attrs) to the ciphertext file channel.

overheadhunter commented 1 year ago

Fix confirmed via fuse-nio-adapter mirror with a cryptofs snapshot build and the jshell command described in #143