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

Support storing binary objects #1338

Closed
cthulhu-rider opened this issue Apr 26, 2022 · 2 comments · Fixed by #1924
Closed

Support storing binary objects #1338

cthulhu-rider opened this issue Apr 26, 2022 · 2 comments · Fixed by #1924
Assignees
Labels
enhancement Improving existing functionality neofs-cli NeoFS CLI application issues
Milestone

Comments

@cthulhu-rider
Copy link
Contributor

Currently there is no way to store the binary object using NeoFS CLI. This feature can be useful for users which want to store object in container again or restore it after accidental loss.

@cthulhu-rider cthulhu-rider added enhancement Improving existing functionality triage neofs-cli NeoFS CLI application issues labels Apr 26, 2022
@alexvanin
Copy link
Contributor

Maybe it also worth to add a flag to object get command to receive binary object. Therefore binary object upload will have one more use case besides neofs-lens dump.

@acid-ant
Copy link
Contributor

With flag --binary of the commands neofs-cli object get/put/delete user can point to the file with serialized object structure(id + signature + header + payload)
Planning to use for development purposes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improving existing functionality neofs-cli NeoFS CLI application issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants