ejs
ejs copied to clipboard
Option to not overwrite unchanged files when using CLI?
I'm using the CLI in conjunction with "aws s3 sync" which looks at the file timestamp to decide whether to upload. It would be great if I could somehow preserve the timestamp on unchanged files.
Is there perhaps another way to achieve this?
Thanks!