cryptomator / fuse-cloud-access-adapter

FUSE access to cloud-access-java
GNU Affero General Public License v3.0
2 stars 1 forks source link

Feature/#5 copy uploaded files #6

Closed infeo closed 4 years ago

infeo commented 4 years ago

This PR addresses #5 by implementing the "copy and forget" strategy described as the (preferred) solution in the issue.

infeo commented 4 years ago

Also, since this change affects OpenFiles as well, shouldn't we add some tests to make sure, modifications to OpenFiles aren't impaired by uploads?

Yes, that is recommendable.

With the latest changes on this branch it is not possible, since an upload is only scheduled when the last open file handle is closed and with https://github.com/cryptomator/fuse-cloud-access-adapter/commit/f07710b149583a65a450781d9265ba9ada71cc4f during this period it is not possible to open a new handle.