Raw attribute output in object head/container list-objects #1154

Open
opened 2025-12-28 17:21:58 +00:00 by sami · 0 comments
Owner

Originally created by @roman-khimov on GitHub (Nov 22, 2023).

I'm always frustrated when I'm thinking about untyped unrestricted attributes. We do some conversions for timestamps, but this attribute can have any data internally which can be misleading (Timestamp: 1692609422 (2023-11-22T12:55:29+03:00) is OK to have even though dates/formats are different). We can also have binary data there.

Describe the solution you'd like

Some --raw-attributes flag to print attributes without any interpretation. Safer prints in general.

Additional context

#2653

Originally created by @roman-khimov on GitHub (Nov 22, 2023). ## Is your feature request related to a problem? Please describe. I'm always frustrated when I'm thinking about untyped unrestricted attributes. We do some conversions for timestamps, but this attribute can have any data internally which can be misleading (`Timestamp: 1692609422 (2023-11-22T12:55:29+03:00)` is OK to have even though dates/formats are different). We can also have binary data there. ## Describe the solution you'd like Some `--raw-attributes` flag to print attributes without any interpretation. Safer prints in general. ## Additional context #2653
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nspcc-dev/neofs-node#1154
No description provided.