Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix race condition when deleting files
Gracefully handle multiple threads deleting an object at the same time. When two concurrent requests come in to delete the last two remaining objects in a given path, they'll be racing each other trying to delete and cause a spurious deletion failure for one of them. Fixes #788
- Loading branch information