DEV Community

Discussion on: I'm a Meteor developer, Ask Me Anything!

Collapse
 
johnamauro profile image
John Mauro

Why do you go with Cloudinary over S3 or other place to store files? I'm working on an app where I'll need to store all types of files including images, videos, and documents (Microsoft Suite, Mac, PDFs, etc).

Thread Thread
 
guidouil profile image
Guidouil ツ

Cloudinary is ultra simple, just an npm, a token and you are all set but limited to images.
If you need more type of files you should use Meteor Files package (github.com/VeliovGroup/Meteor-Files) with a S3 or any file host you prefer :)