-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: properly override template storage implementations for remote (#…
…1582) ### Motivation When api-impl splitting the RemoteTemplateStorage impl was not done correctly. Methods that handle file streams (in & out) were just called as usual RPCs which is not possible. ### Modification This PR overrides the specific method implementations and uses the chunked file transfer api to transfer filestreams. ### Result The template storage is working properly from the wrapper side.
- Loading branch information
Showing
1 changed file
with
82 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters