Angular2-Meteor cloud storage

Is there any guide to store files like images in S3 or similar platform for Angular2.

Try this…https://github.com/jalik/jalik-ufs

In the tutorial. Works well for me,

1 Like

It is for storing in MongoDB. What I want storing in S3 or Google Cloud.

There is an S3 module for this package… https://github.com/sebakerckhof/ufs-s3

I have not used it…but I have the file system and the mongoDB modules…both super simple.