Skip to content
New issue

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

ID -> OID #1296

Closed
532910 opened this issue Apr 5, 2022 · 2 comments · Fixed by #1715
Closed

ID -> OID #1296

532910 opened this issue Apr 5, 2022 · 2 comments · Fixed by #1715
Labels
good first issue Good for newcomers neofs-cli NeoFS CLI application issues

Comments

@532910
Copy link

532910 commented Apr 5, 2022

% neofs-cli --rpc-endpoint node1.local:8080 -w client-wallet.json object put --cid hJb4DHbrS6JFrGNUPV4nE4wmtuY1fgJqG5A5gFhUHRW --file /etc/network/interfaces.d/dhcp 

Enter password > 
[/etc/network/interfaces.d/dhcp] Object successfully stored
  ID: 3QNdaKqtAMy4Pki1Eth2TG4VmbuEZtJ3hjyg6dw6Tk85
  CID: hJb4DHbrS6JFrGNUPV4nE4wmtuY1fgJqG5A5gFhUHRW

it should be OID, I believe:

  OID: 3QNdaKqtAMy4Pki1Eth2TG4VmbuEZtJ3hjyg6dw6Tk85
  CID: hJb4DHbrS6JFrGNUPV4nE4wmtuY1fgJqG5A5gFhUHRW
@cthulhu-rider
Copy link
Contributor

Btw CID is redundant, isn't it?

@carpawell
Copy link
Member

Btw CID is redundant, isn't it?

Do not think so. It is convenient to copy cid and oid from one place for the following commands. That output also could be interpreted as the "address of the object".

@carpawell carpawell added good first issue Good for newcomers neofs-cli NeoFS CLI application issues and removed triage labels Aug 11, 2022
@carpawell carpawell modified the milestones: v0.32.0, v0.31.1 Aug 11, 2022
cthulhu-rider pushed a commit that referenced this issue Aug 22, 2022
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
aprasolova pushed a commit to aprasolova/neofs-node that referenced this issue Oct 19, 2022
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers neofs-cli NeoFS CLI application issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants