David Kocher
David Kocher
`FileTracker` looks great but we need to intercept `open` of file handles to deny if the file is supposed to be locked to trigger appropriate error messages in applications.
@kofemann Can I be of any help to advance the resolution of this issue?
@kofemann Let me know if I can be of any help.
This ist still a blocker issue. I have tested with macOS 10.13 and applications that depend on locks fail writing to the volume and do not recover. Reverting aeb75448a5c2085e6fec38924e706bb2d71ac65a would...
Even if fixed in later macOS versions we usually want to support two or more previous major versions. It would be awesome if you could introduce a map that is...
The context is as follows (sorry for asking for a solution instead of describing the problem): The implementation of the virtual filesystem handles a persistent connection for open files with...
This is also acknowledged with a crude comment in the documentation > The file size in bytes. Be careful parsing this integer as it can get very large and cause...
Note that `put_files_id` contains the definition as expected.
This is expected with the current implementation as we cannot create signed URLs without a secret found in the password store (Keychain) [^1]. With the _Credentials from AWS Command Line...
> Thanks for info. Does `Amazon S3` connection profile with hardcoded `aws_access_key_id` and `aws_secret_access_key` work for generating pre-signed URLs on Windows platforms which as I understand do not have a...