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
The same as #633 but for container attributes.
$ ./bin/neofs-cli -r [...] --binary-key [...] container create --policy [...] --attributes Timestamp=0 $ ./bin/neofs-cli -r [...] --binary-key [...] container get --cid [...] ... attribute: Timestamp=0 (1970-01-01 03:00:00 +0300 MSK) attribute: Timestamp=1624378604 (2021-06-22 19:16:44 +0300 MSK)
The text was updated successfully, but these errors were encountered:
Any container attribute should have a non-empty value according to spec. I suggest to add this check too.
Sorry, something went wrong.
carpawell
Successfully merging a pull request may close this issue.
The same as #633 but for container attributes.
The text was updated successfully, but these errors were encountered: