mirror of
https://github.com/nspcc-dev/neofs-api.git
synced 2026-03-01 04:28:54 +00:00
Move "objects" to object dir #111
Labels
No labels
I0
I1
I2
I3
I4
S0
S1
S2
S3
S3
S4
U2
U3
U4
bug
discussion
discussion
documentation
enhancement
enhancement
enhancement
feature
good first issue
question
task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nspcc-dev/neofs-api#111
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @carpawell on GitHub (Jan 24, 2024).
Is your feature request related to a problem? Please describe.
I'm always frustrated when I see a separate package per every non-regular object. E.g.
tombstone,storagegroup,lock.Describe the solution you'd like
All of them are the subparts of
objectpkg. So move it here.Describe alternatives you've considered
Keep it as is. The number of packages is uncontrollable then.
Additional context
https://github.com/nspcc-dev/neofs-api/pull/283#discussion_r1464460441
Also, I am not sure if it is good to make such changes, cause it may affect code generation (that also generates a package per object type).