frostfs-node/pkg/services/object/put
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
..
v2 Rename package name 2023-03-07 16:38:26 +03:00
distributed.go Rename package name 2023-03-07 16:38:26 +03:00
local.go Rename package name 2023-03-07 16:38:26 +03:00
pool.go [#66] node: Replace interface{} with any 2023-02-21 16:47:07 +03:00
prm.go Rename package name 2023-03-07 16:38:26 +03:00
remote.go object/put: Persist session token till the end of a session 2023-03-16 06:45:50 +00:00
res.go Rename package name 2023-03-07 16:38:26 +03:00
service.go Rename package name 2023-03-07 16:38:26 +03:00
streamer.go object/put: Persist session token till the end of a session 2023-03-16 06:45:50 +00:00
validation.go Rename package name 2023-03-07 16:38:26 +03:00