update status and design work on proxy encryption and chunking
This commit is contained in:
parent
a0e59c1d17
commit
43ff697f25
2 changed files with 49 additions and 16 deletions
|
@ -34,16 +34,13 @@ For June's work on [[design/passthrough_proxy]], implementation plan:
|
|||
1. Add `git-annex updateproxy` command and remote.name.annex-proxy
|
||||
configuration. (done)
|
||||
|
||||
2. Remote instantiation for proxies almost works, but fails at:
|
||||
"git-annex: cannot determine uuid for origin-foo"
|
||||
|
||||
getRepoUUID does not look at the Repo's UUID setting, but reads it
|
||||
from git-config. It's not set there for a proxied remote.
|
||||
|
||||
So: Add annex-uuid parsing to RemoteConfig.
|
||||
2. Remote instantiation for proxies. (done)
|
||||
|
||||
3. Implement proxying in git-annex-shell.
|
||||
|
||||
4. Either implement proxying for local path remotes, or prevent
|
||||
listProxied from operating on them.
|
||||
|
||||
4. Let `storeKey` return a list of UUIDs where content was stored,
|
||||
and make proxies accept uploads directed at them, rather than a specific
|
||||
instantiated remote, and fan out the upload to whatever nodes behind
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue