client: Send request meta header once on object PUT stream init #662
Labels
client
Issue related to the client
enhancement
Improving existing functionality
I4
No visible changes
S3
Minimally significant
U4
Nothing urgent
Is your feature request related to a problem? Please describe.
currently,
Client
attaches https://github.com/nspcc-dev/neofs-api/blob/e66b25d4bf2afc4472023e1e2c2467f694f5a0e1/session/types.proto#L162 to eachObjectService.Put
stream message. Although this is not prohibited by the protocol, for chunks messages going after the heading one, this makes no sense. After header is accepted, storage node just reads incoming bytes and ignores meta fieldsDescribe the solution you'd like
set meta header in the 1st message only
Describe alternatives you've considered
keep and bear corresponding costs
Additional context
Client
testingThe text was updated successfully, but these errors were encountered: