markevans / dragonfly-s3_data_store

S3 data store for the Dragonfly ruby gem
MIT License
62 stars 58 forks source link

Use uuid instead of rand #11

Closed banyan closed 9 years ago

banyan commented 10 years ago

Hi, today we had a problem of overriding the data which was inserted same time, and rand was same. What do you think if we use uuid instead of rand? Thanks.

benpickles commented 9 years ago

This seems sensible.