Best storage for files with Meteor.js?

What is the best way to store files with good support for Meteor? (services, APIs, npm, packages)

Something like AWS S3 or maybe Mongo GridFS. What are the best options out there?

edgee:slingshot is highly regarded. It supports S3 and Google Cloud.

4 Likes

I found this alternative: Minio Cloud Storage https://minio.io/

2 Likes

That looks cool :slight_smile:

1 Like

I’d personally go with what’s proven and 100% solid. Slingshot + S3. Can’t go wrong!

1 Like

What about Firebase storage?