disable whereisKey for encrypted or chunked remotes
This only makes sense for public repos, that are not chunked, so that there's a 1:1 from Key in the git-annex repo to file on the remote. Rather than making every remote implementation deal with that, just disable whereisKey when it doesn't make sense.
This commit is contained in:
parent
fb8fec2a7b
commit
6dad09a823
2 changed files with 8 additions and 4 deletions
|
@ -8,6 +8,7 @@
|
|||
module Remote.Helper.Chunked (
|
||||
ChunkSize,
|
||||
ChunkConfig(..),
|
||||
noChunks,
|
||||
describeChunkConfig,
|
||||
getChunkConfig,
|
||||
storeChunks,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue