You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: