-
Notifications
You must be signed in to change notification settings - Fork 897
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate MiqFileStorage into EvmDatabaseOps
MiqFileStorage is the new wrapper class around Object Stores and mounts, will a consistent interface for interacting with both. It's job is to handle streaming command output to the source destination, without letting the contents of the commands touch the local disk (unless the target is the local disk). A call to either `.add` or `.download` is now required for the proper IO redirection to work, but the interface is consistent between all providers, and the IO is expected to be handled in the same way for each.
- Loading branch information
1 parent
5903757
commit 953a224
Showing
2 changed files
with
93 additions
and
83 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
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