Idempotent and atomic file write primitives.
writeFileIfChanged
writeFileContent
aws s3 sync
atomicWrite
resolveUniqueFilePath
Description
Idempotent and atomic file write primitives.
writeFileIfChanged/writeFileContentpreserve mtime when the on-disk bytes already match (idempotency contract foraws s3 sync).atomicWritewrites via a unique temp file + rename with retries, tolerating concurrent writers on Windows-like filesystems.resolveUniqueFilePathproduces non-clobbering numeric suffixes.