[#13] Change GetObject result to stream #12
No reviewers
Labels
No labels
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-sdk-csharp#12
Loading…
Reference in a new issue
No description provided.
Delete branch "PavelGrossSpb/frostfs-sdk-csharp:ObjectDownloader"
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?
The result of GetObject method has been changed to stream instead of byte buffer. The logic from the prototype is not applicable for large objects.
@ -334,1 +328,3 @@
return obj;
// return obj.ToModel();
// var payload = new byte[obj.Header.PayloadLength];
Please drop this comments.
Done