Skip to content

fix(s3): upload changed files even if their sizes haven't changed

Frank Bessou requested to merge topic/default/fix-sync into branch/default

The sync command is configured to only update files whose size have changed but when re-building, some js files get a new name. Since the lengths of the js files don't change, the html files which are referencing them are the same size and are not uploaded. This is fixed by removing the --size-only flag.

Merge request reports