frostfs-api-go/pkg/client
Leonard Lyubich d809155efa [#321] pkg/client: Do not verify container body in GetContainer
There is a problem when containers with newer versions considered invalid by
Client. This does not allow receiving correct containers of new versions
through the client.

Fix the problem by turning off version check in `Client.GetContainer`.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-07-01 18:03:16 +03:00
..
accounting.go [#277] go.mod: remove pkg/errors 2021-05-19 11:14:56 +03:00
client.go [#196] pkg/client: Extend Client interface with Conn method 2021-05-31 10:13:00 +03:00
container.go [#321] pkg/client: Do not verify container body in GetContainer 2021-07-01 18:03:16 +03:00
netmap.go [#277] go.mod: remove pkg/errors 2021-05-19 11:14:56 +03:00
object.go [#313] client/object: Always return number of bytes read from Get stream (#316) 2021-06-23 14:15:58 +03:00
object_test.go [#313] client/object: Always return number of bytes read from Get stream (#316) 2021-06-23 14:15:58 +03:00
opts.go [#290] client: Add WithURIAddress option 2021-06-02 15:55:20 +03:00
raw.go [#196] pkg/client: Extend Client interface with Conn method 2021-05-31 10:13:00 +03:00
reputation.go [#277] go.mod: remove pkg/errors 2021-05-19 11:14:56 +03:00
session.go [#295] pkg: Remove usage of deprecated elements 2021-06-01 08:04:12 +03:00