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
|
@ -11,7 +11,7 @@ git-annex (8.20210804) UNRELEASED; urgency=medium
|
|||
* Special remotes now checksum content while it is being retrieved,
|
||||
instead of in a separate pass at the end. This is supported for all
|
||||
special remotes on Linux (except for web and bittorrent), and for a
|
||||
few on other OSs (S3, bup, ddar, gcrypt).
|
||||
few on other OSs (bup, ddar, gcrypt, glacier).
|
||||
|
||||
-- Joey Hess <id@joeyh.name> Tue, 03 Aug 2021 12:22:45 -0400
|
||||
|
||||
|
|
|
@ -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…
Reference in a new issue