Skip to content
This repository has been archived by the owner on Mar 14, 2019. It is now read-only.

Storage Adapters

Brylie Christopher Oxley edited this page Mar 3, 2015 · 1 revision

There are currently three available storage adapters, which are in separate packages. Refer to the package documentation for usage instructions.

  • cfs:gridfs: Allows you to save data to mongodb GridFS.
  • cfs:filesystem: Allows you to save to the server filesystem.
  • cfs:s3: Allows you to save to an Amazon S3 bucket.

Storage adapters also handle retrieving the file data and removing the file data when you delete the file.