Anthony Manzo

Results 26 comments of Anthony Manzo

I ended up using peerlibrary/meteor-aws-sdk to load the data from s3 into this package's adaptor (cfs:s3). Feeling like it's not a great solution, but may have to be good enough...

And, I used the insert method you recommended. Here' what I ended up with: ` updateEmployeeThumbs: function(){ var configObj = { "accessKeyId": Meteor.settings.AWS.accessKeyId, "secretAccessKey": Meteor.settings.AWS.secretAccessKey, "bucket": "salk-employee-pics" }; var updateCollectionFs...

I'm trying to implement this too? Any idea on how to do a global extend or something until this is committed?

Hi, does anyone have a solution or hack to get this working yet?