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

Set well-known attributes of objects and containers in CLI #117

Closed
alexvanin opened this issue Oct 22, 2020 · 0 comments · Fixed by #144
Closed

Set well-known attributes of objects and containers in CLI #117

alexvanin opened this issue Oct 22, 2020 · 0 comments · Fixed by #144
Assignees
Labels
enhancement Improving existing functionality neofs-cli NeoFS CLI application issues
Milestone

Comments

@alexvanin
Copy link
Contributor

alexvanin commented Oct 22, 2020

After nspcc-dev/neofs-api-go#172 will be implemented in SDK, there will be well-known attributes for containers and objects. We should adopt it in CLI.

Container attributes

  • Timestamp attribute can be set up automatically by CLI. Consider adding --disable-timestamp flag to not set it.
  • Name of the container should be provided with --name argument, that can be omitted.

Object attributes

  • Timestamp can be set up the same as in container. Consider --disable-timestamp flag.
  • FileName attribute can be set up based on --file argument automatically. Consider adding --disable-filename flag to not set it.
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.

1 participant