TappNetwork / laravel-uppy-s3-multipart-upload

Multipart Uploads using Laravel, AWS S3, and Uppy
MIT License
69 stars 18 forks source link

Prevent Collisions #22

Closed kaptk2 closed 1 year ago

kaptk2 commented 1 year ago

Sometimes when many files that have the same name are uploaded simultaneously a naming collision happens. This pull request uses the ULID helper that Laravel provides to prevent any chance of a name collision.

andreia commented 1 year ago

@kaptk2 Thank you for this contribution! :) Could you please fix the coding style?

kaptk2 commented 1 year ago

@andreia you got it, sorry it was a new editor and I'm still getting used to it. Should be good to go now

andreia commented 1 year ago

@kaptk2 Thank you! :)