stream through proxy when using fileRetriever
The problem was that when the proxy requests a key be retrieved to its own temp file, fileRetriever was retriving it to the key's temp location, and then moving it at the end, which broke streaming. So, plumb through the path where the key is being retrieved to.
This commit is contained in:
parent
54fcc2ec51
commit
835283b862
8 changed files with 29 additions and 26 deletions
|
@ -30,11 +30,6 @@ Planned schedule of work:
|
|||
|
||||
* Currently working on streaming download via proxy from special remote.
|
||||
|
||||
* Remotes using fileRetriever retrieve to the temp object file,
|
||||
before it is renamed to the requested file. In the case of a proxy,
|
||||
that is a different file, and so it won't see the file until it's all
|
||||
been transferred and renamed.
|
||||
|
||||
## completed items for September's work on proving behavior of preferred content
|
||||
|
||||
* Static analysis to detect "not present", "not balanced", and similar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue