Open roman-khimov opened 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.
func (x *Options) SetObjectWriteTimeout(t time.Duration)
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.