Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use simpler write-once semantics for FS repository (#30435)
The writeBlob method for FsBlobContainer already opens the file with StandardOpenOption.CREATE_NEW, so there's no need for an extra blobExists(blobName) check.
- Loading branch information