frostfs-sdk-go/pool
Leonard Lyubich 1130c1f5a6 [#131] pool: Limit session lifetime in `openDefaultSession` method
Call `createSessionTokenForDuration` function for session opening in
`pool.openDefaultSession` method in order to limit session lifetime
according to pool configuration (`SessionExpirationDuration`).

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2022-02-18 17:01:08 +03:00
..
cache.go [#126] pool: Store access time in the session token cache 2022-02-11 14:21:59 +03:00
cache_test.go [#126] pool: Store access time in the session token cache 2022-02-11 14:21:59 +03:00
key.go [#26] *: Move pkg content to root 2021-07-28 13:47:27 +03:00
mock_test.go [#131] client: Re-implement Object Delete and Hash methods 2022-02-18 17:01:08 +03:00
pool.go [#131] pool: Limit session lifetime in `openDefaultSession` method 2022-02-18 17:01:08 +03:00
pool_test.go [#131] client: Change interface of object PUT and GET ops 2022-02-18 17:01:08 +03:00
sampler.go [#26] *: Move pkg content to root 2021-07-28 13:47:27 +03:00
sampler_test.go [#92] client: Accept structured parameters in non-object operations 2022-02-01 17:02:43 +03:00