[#13] Change GetObject result to stream #12

Merged
PavelGrossSpb merged 1 commit from PavelGrossSpb/frostfs-sdk-csharp:ObjectDownloader into master 2024-09-04 19:51:24 +00:00
Member

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.

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.
PavelGrossSpb added 1 commit 2024-06-26 12:19:26 +00:00
[#13] Change GetObject result to stream
All checks were successful
DCO / DCO (pull_request) Successful in 42s
f5d1899dd2
Signed-off-by: Pavel Gross <p.gross@yadro.com>
PavelGrossSpb requested review from orikik 2024-06-26 12:19:43 +00:00
PavelGrossSpb requested review from dstepanov-yadro 2024-06-26 12:19:58 +00:00
PavelGrossSpb added 1 commit 2024-06-26 12:24:40 +00:00
[#13] Add cancellation token to GetChank method
All checks were successful
DCO / DCO (pull_request) Successful in 40s
17492ee871
Signed-off-by: Pavel Gross <p.gross@yadro.com>
dstepanov-yadro requested changes 2024-06-27 09:15:37 +00:00
@ -334,1 +328,3 @@
return obj;
// return obj.ToModel();
// var payload = new byte[obj.Header.PayloadLength];

Please drop this comments.

Please drop this comments.
Author
Member

Done

Done
PavelGrossSpb added 1 commit 2024-06-27 09:38:38 +00:00
[#13] Drop comments
All checks were successful
DCO / DCO (pull_request) Successful in 44s
605463ec24
Signed-off-by: Pavel Gross <p.gross@yadro.com>
PavelGrossSpb requested review from dstepanov-yadro 2024-06-28 09:14:35 +00:00
orikik approved these changes 2024-06-28 12:31:12 +00:00
orikik approved these changes 2024-06-28 12:31:22 +00:00
orikik approved these changes 2024-06-28 12:31:46 +00:00
PavelGrossSpb merged commit 605463ec24 into master 2024-06-28 12:33:15 +00:00
PavelGrossSpb deleted branch ObjectDownloader 2024-06-28 12:33:17 +00:00
Sign in to join this conversation.
No description provided.