Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure asset metadata is updated when file name isn't changed
Currently, when an asset is updated with a file which has the same name as the previous file, the metadata (specifically the MD5 hexdigest) doesn't get updated. There is a guard statement in the S3 uploader that prevents assets with and unchanged MD5 hexdigest) from uploading. This is due to a condition added in #1258 that was intended to quieten some errors we were seeing at the time. This same issue was addressed in #1263.
- Loading branch information