-
Notifications
You must be signed in to change notification settings - Fork 38
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
Some fixes for object service #1343
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1343 +/- ##
=======================================
Coverage 34.72% 34.72%
=======================================
Files 313 313
Lines 19536 19553 +17
=======================================
+ Hits 6783 6789 +6
- Misses 12215 12225 +10
- Partials 538 539 +1
Continue to review full report at Codecov.
|
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.
- commits do not contain issue/PR number
- was the prometheus update required? if so I would add some words to the commit's body
@@ -89,6 +97,10 @@ func (b *BlobStor) PutRaw(addr *addressSDK.Address, data []byte, compress bool) | |||
return new(PutRes), nil | |||
} | |||
|
|||
if compress { |
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.
is compressing small objects expected to stay that way?
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.
Yes, there are no problems here.
…tedTarget` Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
…and `remote` targets They work with prepared objects only. Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
Related #1319 .