Matvey

Results 5 comments of Matvey

Hi! Thank you for contributing and fixing that concurrency bug but unfortunately your solution introduces another one. As `scanner.Bytes()` returns Go slice (aka pointer to an array) [it can be...

Finally I made a quick fork of s5cmd to fix this because it's so annoying to use --endpoint-url flag for our team (we're building yet another S3-compatible storage :/ ):...

Concerning this PR: when implementing my own fix I ran in a behaviour of s3-clients creation on **every** query because I was modifying it in the `newSession` method so the...

@jonboulle hello Nell, could you please have a look?