-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cli: refactor neofs-sdk-go
related operations in upload-bin
#3756
Conversation
Haven't found the place where
can be useful yet. we are operating with OIDs as bytes. example: @cthulhu-rider is it okay/correct? |
Check with the uploader and fetcher. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3756 +/- ##
==========================================
+ Coverage 83.03% 83.11% +0.07%
==========================================
Files 335 335
Lines 46752 46748 -4
==========================================
+ Hits 38821 38855 +34
+ Misses 6337 6297 -40
- Partials 1594 1596 +2 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Ekaterina Pavlova <ekt@morphbits.io>
6fcfd13
to
39cec7d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AliceInHunterland create an issue for that, we'll reuse decoders instead of raw bytes copying. We're OK with the current version for now.
Please, write back once you check the updated version on small index files.
yep, now this is legit for any ID, they are fixed as arrays and |
Checked |
Lines 56 to 57 in 388ee25
can now be containerID, err := containerID.DecodeString(containerIDStr)
if err != nil { just another way, but mb u find |
No description provided.