We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In order to use static session with neofs-cli we need a session flag to pass a file with session token.
neofs-cli object hash --help
session flag should be in the list of available flags
session flag absent, cannot use neofs-cli object hash with static session
neofs-cli object hash
neofs-cli --version NeoFS CLI Version: v0.33.0-33-g60e9de8d GoVersion: go1.18.4
in feature branch https://github.com/abereziny/neofs-testcases/tree/feature/abereziny-add-object-static-session-tests testsuites.session_token.test_object_session_token#test_static_session_range
The text was updated successfully, but these errors were encountered:
Let's make all commands symmetric.
Sorry, something went wrong.
object hash
Closed via #2039 .
carpawell
No branches or pull requests
In order to use static session with neofs-cli we need a session flag to pass a file with session token.
Expected Behavior
session flag should be in the list of available flags
Current Behavior
session flag absent, cannot use
neofs-cli object hash
with static sessionYour Environment
Autotest
in feature branch
https://github.com/abereziny/neofs-testcases/tree/feature/abereziny-add-object-static-session-tests
testsuites.session_token.test_object_session_token#test_static_session_range
The text was updated successfully, but these errors were encountered: