frostfs-node/cmd
Evgenii Stratonikov 571ae843ad [#1198] neofs-cli: Use `io.Copy` instead of `io.CopyBuffer`
The buffer size value is somewhat arbitrary and making in configurable
doesn't make much sense, given that we can't really restrict total resource
consumption in other places. `Copy` uses 32 KiB buffer by default, which
is not big. This approach is also more flexible as we can get rid of
buffer completely by implementing `ReaderFrom`, `WriterTo` interfaces.

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2022-03-25 18:21:48 +03:00
..
neofs-adm [#1223] amd: Fix subnet node command 2022-03-10 19:23:39 +03:00
neofs-cli [#1198] neofs-cli: Use `io.Copy` instead of `io.CopyBuffer` 2022-03-25 18:21:48 +03:00
neofs-ir [#1115] *: link TODOs to corresponding issues 2022-02-11 12:58:59 +03:00
neofs-lens [#1131] *: Adopt SDK changes 2022-02-08 09:45:38 +03:00
neofs-node [#1270] neofs-node: Add timeout for grpc GracefulStop() 2022-03-25 17:39:24 +03:00