Renascentinc/retina

Prevent duplicate image names from being created

Opened this issue · 0 comments

When we save an image, we are creating the s3 url based solely on the current timestamp. This will cause naming collisions if there are two images created at the same time. Perhaps we can add some more variability to assure a unique id?