Matvey

Results 3 issues of Matvey

I can't find any docs or at least the list of all endpoints so maybe it's a good idea to provide any?

My implementation gives a way for `time` package optimizations: ```go // Since returns the time elapsed since t. // It is shorthand for time.Now().Sub(t). func Since(t Time) Duration { if...

Adding buffers for `s3manager` Uploader and Downloader to increase buffer sizes for filesystem calls. This makes sense when using network block devices (commonly used in compute clouds)