Meteor cfs-s3 error with CollectionFS "FS.TempStore.Storage not installed"

im trying to use CollectionFS with cfs-s3, but im gets "FS.TempStore.Storage not installed: install cfs-filesystem or cfs-gridfs or install it manually" when I try to download the image I followed this guide - https: // atmospherejs.com/package/cfs-s3 .

If I installed any of them, then the image will be uploaded to S3, but it will also be uploaded via this method, so the url attribute is not S3.

+4
source share
1 answer

cfs:gridfs, cfs:filesystem, , S3. , .

+1

Source: https://habr.com/ru/post/1545004/


All Articles