mirror of
https://github.com/nspcc-dev/neofs-api.git
synced 2026-03-01 04:28:54 +00:00
Make split info a status #127
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#127
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 @cthulhu-rider on GitHub (Jun 17, 2025).
Is your feature request related to a problem? Please describe.
nspcc-dev/neofs-api@cf4caf57e9/object/service.proto (L303)nspcc-dev/neofs-api@cf4caf57e9/object/service.proto (L479)nspcc-dev/neofs-api@cf4caf57e9/object/service.proto (L678)are response body fields. In general, split info is a particular response payload. However, it is mutex with "normal" data - header and/or payload chunks. This makes it more of a response status
in Go SDK, https://pkg.go.dev/github.com/nspcc-dev/neofs-sdk-go/object#SplitInfoError is an
error, and they are also kinda statusDescribe the solution you'd like
dedicate new status code for split info.
nspcc-dev/neofs-api@cf4caf57e9/object/types.proto (L314)itself will be a detail. Deprecate body field. Require servers to respond w/o body depending on thenspcc-dev/neofs-api@cf4caf57e9/session/types.proto (L164)fieldDescribe alternatives you've considered
no more
Additional context
developing new object GET API
@roman-khimov commented on GitHub (Jun 20, 2025):
It looks to me as something nice to have, but not worth the change at the same time.