Marcelo Reyna

Results 139 comments of Marcelo Reyna

Wow, that works? That's pretty sweet, I didn't even know, lol. I only just had a look at their docs again though and it makes sense that it would since...

It's not as easy as it sounds sadly. I'm not sure if Amazon would support something like that. [This](http://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectOps.html) is what I'm going to try to implement further down the...

You use the URL supplied by the callback to get the file basically. So in your application I guess you would upload to S3, save the URL in a collection,...

That would be pretty cool. I need to revamp the whole package though, I have learned a lot of new issues from my S3 package that impact this one as...

That would be good. I need to give this package some love, I'll see what I can do over the week ^_^

@frankapimenta I haven't added new helpers, I did upgrade dependencies though. I need to watch those packages to keep up with them. I'm going to try to give S3 some...

@frankapimenta Sounds like that would go somewhere around here: https://github.com/Lepozepo/cloudinary/blob/master/client/functions.coffee#L41 but build it however you want. If it works and doesn't break things I'll accept. I don't care much for...

Hmm, looking at the way all the other functions work maybe we can iterate over each and `wrapAsync` instead. Then we wouldn't need to do much extra work if they...

@alexanderperls why do you need to access the local file system? This package does not support file system uploads, it only supports blobs and File type files. If you want...

Make sure you are calling it on the client