frostfs-sdk-go/client
Leonard Lyubich 035f1d5667 [#147] client: Send 3MB per message in ObjectWriter.WritePayloadChunk
In previous implementation payload chunks were split into pieces with
512B length. This led to sending a large number of messages with a large
amount of payload.

Increase per-message payload chunk limit to 3MB.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2022-02-22 09:09:22 +03:00
..
status [#127] apistatus: Fix grammar of fromStatusV2 method docs 2022-02-01 17:02:58 +03:00
accounting.go [#131] client: Name all methods and types the same way 2022-02-18 17:01:08 +03:00
client.go [#92] client: Add docs about status returns 2022-02-01 17:02:43 +03:00
common.go [#146] client: Customize private key in object HEAD/DELETE 2022-02-21 15:21:37 +03:00
container.go [#131] client: Name all methods and types the same way 2022-02-18 17:01:08 +03:00
netmap.go [#131] client: Name all methods and types the same way 2022-02-18 17:01:08 +03:00
object_delete.go [#146] client: Customize private key in object HEAD/DELETE 2022-02-21 15:21:37 +03:00
object_get.go [#146] client: Customize private key in object HEAD/DELETE 2022-02-21 15:21:37 +03:00
object_hash.go [#131] client: Re-implement Object Delete and Hash methods 2022-02-18 17:01:08 +03:00
object_put.go [#147] client: Send 3MB per message in ObjectWriter.WritePayloadChunk 2022-02-22 09:09:22 +03:00
object_search.go [#131] client: Re-implement Object.Search method 2022-02-18 17:01:08 +03:00
opts.go [#131] client: Remove no longer needed code 2022-02-18 17:01:08 +03:00
raw.go [#111] client: Fix doc comments 2022-01-11 11:03:14 +03:00
reputation.go [#131] client: Name all methods and types the same way 2022-02-18 17:01:08 +03:00
response.go [#131] client: Remove no longer needed code 2022-02-18 17:01:08 +03:00
session.go [#131] client: Name all methods and types the same way 2022-02-18 17:01:08 +03:00