Marcelo Reyna

Results 139 comments of Marcelo Reyna

I'll have a look as soon as I get a chance

Hi, there might be something wrong with the way you're calculating the path of the image. No one else has had this issue plus I tested it quite a bit...

Hey guys! I'm almost done with the new version of this package, in the new version I plan to remove the dependency on Knox. I'm not sure why some people...

Hey! You could run `S3.config = ` on every call you make. That should work.

But you'll have to tap into the package's Meteor.methods

S3.upload will return the address and you can GET via the address. Private GET isn't supported but is coming to the new version of S3 found [here](https://github.com/Lepozepo/s3-uploader) This new version...

Hey guys! I haven't set up the package for imports yet. I'll have a look over the weekend so we can lazy load it too.

Hi @shactdeveloper , you can use `$.cloudinary.url()` on a helper instead. You can find more information on cloudinaryjs [here](https://github.com/cloudinary/cloudinary_js).

Hmm, I don't have anything set up to control chunk size, let me see if there is anything I can do to enable that. I might take a while though...

Hey! We already do multipart upload what's missing is something to control the chunk size during the upload. @gsabran that is the policy that amazon checks to make sure the...