Meteor-Community-Packages / Meteor-CollectionFS

Reactive file manager for Meteor
MIT License
1.05k stars 237 forks source link

Fix issues with Mongo >= 3.0 #1014

Closed ntziolis closed 5 years ago

ntziolis commented 6 years ago

GridFS implementation dosen't work with new versions of Mongo. Luckily this is only a missing index as reported by other gridfs implementations.

https://github.com/willhuang85/skipper-gridfs/issues/30

ntziolis commented 6 years ago

I have just updated the code as there was a minor bug rawCollection() is a method not a property. Let me know if you need further assistance testing this.

ntziolis commented 6 years ago

Is there anything I can do to make this build? Dosen't seem to be in master branch yet.

macrozone commented 5 years ago

any chance to get this merged?