vkoves / carpe

Scheduling for the modern age - an UNMAINTAINED indigoBox project
http://carpe-uno.herokuapp.com
0 stars 0 forks source link

Could uploading an avatar to Carpe test overwrite a real users avatar? #421

Closed vkoves closed 5 years ago

vkoves commented 5 years ago

Right now, I believe Carpe test uses the production S3 bucket. Could this cause issues if a user on Carpe test matching a user ID on prod uploads an avatar?

Watercycle commented 5 years ago

No. Although it's not clearly documented, Paperclip attaches a timestamp to the end of uploaded files. (e.g. avatar.png?1555353221)

vkoves commented 5 years ago

Great! Thanks @Watercycle - with that in mind I'll close this issue.