-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cli/object: Fix missing RPC endpoint that is set through config file
Previously, object command that opened dynamic session with storage node (like `put`) failed with `can't fetch current epoch: can't parse RPC endpoint: missing port in address` error when RPC endpoint was set in the config file and omitted in flags. Get network endpoint from viper box which contains values from config file. Refs #1574. Signed-off-by: Leonard Lyubich <[email protected]>
- Loading branch information
1 parent
1154421
commit 9e833e3
Showing
2 changed files
with
2 additions
and
2 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