|
|
|
|
|
by aaronds
3173 days ago
|
|
Perhaps I'm missing something about your use case, but I only create buckets per application, or sometimes file category (videos, profile images, whatever). Trivial example following your org/user pattern: my_app/profile_images/org_id/user_id/aabbccccccc.jpeg I then obviously have a reference to that file in my db. |
|
I didn't think of using different prefixes for different media usages. We for example would then use thumbnail/originating_file_uuid.png and poster/originating_file_uuid.png.
How would you handle uploaded media then?