nelhage / llama

Apache License 2.0
584 stars 24 forks source link

Implement write merging for S3 #7

Closed nelhage closed 3 years ago

nelhage commented 3 years ago

If we try to upload an object while another goroutine is uploading the same object, merge the requests and only do one write to S3.