javascript - Meteor cfs-s3 error with CollectionFS "FS.TempStore.Storage is not set" -
javascript - Meteor cfs-s3 error with CollectionFS "FS.TempStore.Storage is not set" -
im trying utilize collectionfs cfs-s3 im getting "fs.tempstore.storage not set: install cfs-filesystem or cfs-gridfs or set manually" when seek upload image, followed guide - https://atmospherejs.com/package/cfs-s3.
if install either of image uploaded s3 upload via method well, url attribute not s3 one.
you need add together either cfs:gridfs
or cfs:filesystem
used temporary store before files uploaded s3. long 1 of these packages nowadays on scheme should work.
javascript jquery meteor
Comments
Post a Comment