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