mirror of
https://github.com/nspcc-dev/neofs-api-go.git
synced 2026-03-01 04:28:56 +00:00
Client errors on malformed object #17
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 @alexvanin on GitHub (Oct 15, 2020).
With this object initialization SDK does not return errors.
However it sends malformed request and gets error response
can't classify request sender. Is it correct behavior for client? Seems like yes, because it just takes malformedv2/objectand sends it straight away. You should either usepkg/objector prepare correctv2/objectstructure. But maybe there are different opinions on this.@alexvanin commented on GitHub (Nov 16, 2020):
Seems like a legit client behavior. Close due to monthly inactivity.