mirror of
https://github.com/versity/versitygw.git
synced 2026-01-07 04:06:23 +00:00
When multiple uploads with the same object key are racing, we can end up with an EEXIST when trying to link the final object into the namespace. When this happens, we should just remove the existing file and try again since the semantics are that the last upload should win.