Write content to a file with UTF-8 encoding.
Idempotent at the byte level: if the file already exists with identical content, the file is left untouched (mtime preserved). This keeps aws s3 sync from re-uploading regenerated-but-identical files.
aws s3 sync
Output file path
File content
Write content to a file with UTF-8 encoding.
Idempotent at the byte level: if the file already exists with identical content, the file is left untouched (mtime preserved). This keeps
aws s3 syncfrom re-uploading regenerated-but-identical files.