status update
I was wrong about S3 supporting tailVerify.
This commit is contained in:
parent
aac0654ff4
commit
ec82299730
2 changed files with 18 additions and 1 deletions
|
@ -0,0 +1,17 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 16"""
|
||||
date="2021-08-16T19:08:29Z"
|
||||
content="""
|
||||
The concurrency problem is fixed now.
|
||||
|
||||
As well as the web special remote, these do not do incremental hashing
|
||||
still: directory, gitlfs, webdav, S3.
|
||||
|
||||
The ones that do are: external, adb, gcrypt, hook, rsync
|
||||
|
||||
The issue with directory etc is that they open the file
|
||||
for write. This prevents tailVerify re-opening it for read, because the
|
||||
haskell RTS actually does not allowing opening a file for read that it has
|
||||
open for write.
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue