Would cloudinary be able to handle user uploaded content?
f
fergus
10/30/2021, 6:29 AM
yes, there are 2 options (as I recall):
upload direct from the client, which uses a preset you define in the cloudinary console
upload to server then from there to cloudinary.
There pretends to be a third option where you send the video to storage and cloudinary grab it automatically, but that's really very expensive
fergus
10/30/2021, 6:29 AM
cloudinary for video
fergus
10/30/2021, 6:30 AM
yes cloudinary allows you to upload from the client using a preset you define in the cloudinary console. Cloudinary is most useful if you want to do multiple transformations on the same content: it can do size and quality and it can even create moving thumbnails
fergus
10/30/2021, 6:32 AM
you can create folders on the fly by defining the route: {user_id}/{content_id}
fergus
10/30/2021, 6:32 AM
or you can have one bucket and tag the media with the user_id
v
Volkan
10/30/2021, 7:39 AM
wonder if cloudflare can do it with their R2 solution