Ethan

Results 24 comments of Ethan

really sorry for the `+1` but @masoudltf did you fix this one? i'm getting this one too

Why dont use `noMatchTemplate: someTemplate` and make `someTemplate` just be an empty template?

``` value="e" ``` works great, so yeah i think reactive values are not supported Thanks for the response =D

`meteor add underscore` the package use it here https://github.com/Lepozepo/S3/blob/master/server/startup.coffee#L17

The method should look more like ``` javascript Meteor.methods({ delete : function(relativeUrl) { S3.delete(relativeUrl) } }) ``` And on the client `Meteor.call('delete',this.relative.url)`

This should work on whathever hosting platform you want to use, i have this working on : DO, Modulus and meteor hosting never use heorku, but it should be the...

So im trying to obtaing the `signature_url` and for that i need the `object_key`, its there a way to get the `key` from the `result` and then use it? or...