Extended Range#4094
Open
End-rey wants to merge 4 commits into
Open
Conversation
End-rey
requested review from
carpawell,
cthulhu-rider and
roman-khimov
as code owners
July 16, 2026 20:44
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #4094 +/- ##
==========================================
+ Coverage 26.81% 27.07% +0.26%
==========================================
Files 675 676 +1
Lines 45943 46102 +159
==========================================
+ Hits 12318 12482 +164
+ Misses 32456 32427 -29
- Partials 1169 1193 +24 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
roman-khimov
left a comment
Member
There was a problem hiding this comment.
Certainly can be simplified to some more common API at the lower level.
Update the SDK for extended ranges and adapt to the client constructor change. Signed-off-by: Andrey Butusov <andrey@nspcc.io>
roman-khimov
left a comment
Member
There was a problem hiding this comment.
We need some support from CLI as well to test it.
End-rey
force-pushed
the
extended-range
branch
3 times, most recently
from
July 22, 2026 17:40
73913e5 to
87ffd0e
Compare
Parse and forward extended GET ranges, resolving them once the payload length is known. Signed-off-by: Andrey Butusov <andrey@nspcc.io>
Add bounds, open-ended and suffix range forms to object get. Signed-off-by: Andrey Butusov <andrey@nspcc.io>
Skip the buffered EC range path when the response header is needed to recheck eACL. Signed-off-by: Andrey Butusov <andrey@nspcc.io>
roman-khimov
approved these changes
Jul 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refs nspcc-dev/neofs-sdk-go#826.