nspcc-dev / neofs-sdk-go

Go implementation of NeoFS SDK
Apache License 2.0
6 stars 14 forks source link

Extend slicer options with per-part PUT time limit #478

Open roman-khimov opened 1 year ago

roman-khimov commented 1 year ago

We can have some func (x *Options) SetObjectWriteTimeout(t time.Duration) to set per-object (as in "small" object) upload timeouts. But it's not obvious we need it, so if there are valid use cases, please add comments.