|
|
|
|
|
by krullie
3176 days ago
|
|
I don't have any other real use case for bucket per org other than easy bucket mirroring, backup and maybe migration from shared hosting to on premises. 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? |
|
Then in your app, you can have a way of specifying which version of the file you'd like to reference, for example:
`user.avatar.large -> '<path>/uuid_large.png'`
Not sure if that helps?