Open krainboltgreene opened 7 years ago
This is kinda a meta thing in that right now via Lumin I'm storing images with file name raw/{{uuid4}}, but this means that multiple uploads of the same file create multiple files. I think it would be much better to store as raw/{{checksum}}.
raw/{{uuid4}}
raw/{{checksum}}
This is kinda a meta thing in that right now via Lumin I'm storing images with file name
raw/{{uuid4}}
, but this means that multiple uploads of the same file create multiple files. I think it would be much better to store asraw/{{checksum}}
.