frostfs-node/pkg
Evgenii Stratonikov 22be532cbd object/put: Persist session token till the end of a session
Previously a token could've expired in the middle of an object.PUT
stream, leading to upload being interrupted. This is bad, because user
doesn't always now what is the right values for the session token
lifetime. More than that, setting it to a very high value will
eventually blow up the session token database.

In this commit we read the session token once and reuse it for the whole
stream duration.

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2023-03-16 06:45:50 +00:00
..
core Rename package name 2023-03-07 16:38:26 +03:00
innerring [#50] ir: Add Health status 2023-03-13 11:24:42 +00:00
local_object_storage [#81] node: Add basic read/write benchmarks for substorages 2023-03-15 16:37:04 +00:00
metrics [#50] ir: Add Health status 2023-03-13 11:24:42 +00:00
morph Rename package name 2023-03-07 16:38:26 +03:00
network Rename package name 2023-03-07 16:38:26 +03:00
services object/put: Persist session token till the end of a session 2023-03-16 06:45:50 +00:00
util [#83] util/autocomplete: Fix deprecated warning 2023-03-13 07:07:30 +00:00