nspcc-dev/neofs-node

Raw attribute output in object head/container list-objects

Aperta

#2656 aperta il 22 nov 2023

 (0 commenti) (0 reazioni) (0 assegnatari)Go (49 fork)auto 404
I3S4U4enhancementgood first issueneofs-cli

Metriche repository

Star
 (36 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor